-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rootNavCtrl is undefined #126
Comments
Seems to be working fine in the example project. Can you verify if it still is an issue? and if it is somehow caused by your extended class? |
@ihadeed yes, the question is still exist. I found the reason caused this question. When I delete
you can see this github example, glad to see your response, thank you very much. |
So sorry for the late response @longdw Seems like the issue is that you're using |
there has three tabs, in the first and second tab,
this.rootNavCtrl = navParams.get('rootNavCtrl');
this can work normally, but in the third tabthis.rootNavCtrl
is undefined.in
pageContent
, i got rootNavCtrl like this:The text was updated successfully, but these errors were encountered: