You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @brodybits, by default the attribution of rootPage on ionic 2 is on declaration of var rootPage. I can solve my problem moving the rootPage attribution to the platformReady on app.component
I think the root cause is the requirement to wait for the deviceready event in Cordova. This has been a stumbling block in so many cases and is especially bad for working with Ionic and other Angular apps.
From #594 (comment) by @rodineijf:
With a quick search I think the following resources may be relevant:
I think the root cause is the requirement to wait for the
devicereadyevent in Cordova. This has been a stumbling block in so many cases and is especially bad for working with Ionic and other Angular apps.