reasons:
in AboutPage, LoadingController use in ionViewWillEnter.
result:
When display HomePage (after display AboutPage), don’t work HomePage’s ionViewWillEnter. this can happen tab’s root only. You can confirm console.log().
@rdlabo I’m getting this issue as well. I’ve tried moving the loadingController logic into ionViewWillEnter, ionViewDidEnter and my page’s constructor. None of these worked.
The issue only happens when I set the root of the navigation stack using the navigationController from App ( same method used when setting the root from the side menu in the ionic conference app ). There doesn’t seem to be a problem if I navigate with the tabs.