We have several pages which take a while to load.
When they are loading, it seems that the app is “stuck” during use, which isn’t the best experience for the user.
We tried adding loading indicators before the page transition, and dismissing it after transition.
These loading indicators do not show until after the transition, even when called before the page change.
This has been mentioned previously on the forum:
Can someone know how to show loading icon before page loads in ionic 2 and typescript?
thanks
I have a page in my TabsComponent that contains a large component, thus the first time loading this page takes quite a while.
The problem is that while loading all interactions with the app are blocked (no reaction when clicking on other tabs).
I have tried to solve the problem by presenting a loading indicator in ionViewWillEnter() but the indicator is displayed only after the page already rendered.
Question1: Is there a way to get the indicator showing before the page is loaded the first ti…
But no definitive fix was suggested.
Could any one help?
Thanks
Alex
Could you share some more info? To be honest, issues like these, vague ones, are hard to pin down and give one solution that will ALWAYS work. How are you loading data now?