Ionic 2 - Loading UI on page change

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:

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?