How to use progress bar in splashscreen in ionic app with exact progress so that it would be user interactive?
There’s no way to know how much time will take for an application to load.
Instead of progress bar it’s better to use some kind of spinner animation.
Isn’t there any way to do it like in native android? How to configure spinner to show it in splashscreen until app is loaded?
You can easily show splash screen or a spinner animation. Just take a look at these tutorials:
At the same time you can’t show a progress bar that will perfectly show how much content still needs to load.
3 Likes