-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: TabPage & nav.pop() not working as it should #5196
Comments
Would you be able to provide a simple example? I'm not really following what you're trying to do, thanks |
@adamdbradley @mhartington @brandyscarney I've created a simple example (github page) of the problem described above. It should be self-explanatory. Just clone the project with
and run As I understand, this 'bug' is currently on-the-wait since Ionic team is waiting for Angular2 Routing component to be upgraded? If so, can you provide any other workaround on this bug? |
👍 having the same issue here |
Should be fixed up now, thanks! |
Dripping to try the bugfix out in the next release! Many thanks @adamdbradley and others from Ionic Team 👍 |
The navController of the previous page is overidden by the navController of the TabPage. (the bus is also present in rc1) |
Type: bug
Ionic Version: 2.x
Platform: all
1. Have a child TabPage
2. Have 2 child Pages of TabPage (TabPageDetail and TabPageMoreInfo)
3. TabPage and TabPageDetail Controllers run.
4. Make button with goBack() function in TabPageDetail, which will run nav.pop()
5. Failure.
5.1 In browser: Black content shows up, but tabs stay, including nav-bar from TabPage
5.2 On Android device: Previous page appears in content, but TabPage nav and tabs stay. Previous Page is unusable (example: if we came to the listview, it isn't scrollable)
6. Basically, we're brought to TabPage from TabPageDetail, where previous page content is loaded.
how should it work?
The text was updated successfully, but these errors were encountered: