We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: bug
Ionic Version: 2.x
Platform: desktop browser
When creating a basic tabs project, I want to use LoadingController to show loader until everything is initialized.
Problem is that, the loader is never shown on the first tab. I put the same code to other tab and works perfectly.
This is the code I am using to show loader.
let loading = this.loadingController.create({ content: 'Please wait...' }); console.log("creating loader"); loading.present(); setTimeout(() => { loading.dismiss(); }, 5000);
This is the full code. https://github.com/sjaanus/ionic2-loading-controller
The text was updated successfully, but these errors were encountered:
Hello, thanks for opening an issue with us! I am going to be closing this one as a duplicate of #7605. Thanks for using Ionic!
Sorry, something went wrong.
No branches or pull requests
Type: bug
Ionic Version: 2.x
Platform: desktop browser
When creating a basic tabs project, I want to use LoadingController to show loader until everything is initialized.
Problem is that, the loader is never shown on the first tab. I put the same code to other tab and works perfectly.
This is the code I am using to show loader.
This is the full code.
https://github.com/sjaanus/ionic2-loading-controller
The text was updated successfully, but these errors were encountered: