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
Navigating between tabs with the ion-tabs component adds to the overall navigation history. Pressing the Android system back button navigates (in reverse) the entire history of how the user traversed through the tabs.
What behavior are you expecting?
If viewing the root page of a tab, I would expect the app to exit when pressing the Android back button.
Steps to reproduce:
Assume an Android app; root page has <ion-tabs> that contains 4 tabs and starts with tab1 (or you could use the tabs starter project).
Tap on tab2, then on tab3, and finally on tab4.
Press the Android system back button; observe that you are taken to tab3.
Press the back button again; observe that you are taken to tab2.
Short description of the problem:
Navigating between tabs with the
ion-tabs
component adds to the overall navigation history. Pressing the Android system back button navigates (in reverse) the entire history of how the user traversed through the tabs.What behavior are you expecting?
If viewing the root page of a tab, I would expect the app to exit when pressing the Android back button.
Steps to reproduce:
<ion-tabs>
that contains 4 tabs and starts with tab1 (or you could use the tabs starter project).Other information:
Original forum post: https://forum.ionicframework.com/t/switching-between-ion-tabs-on-android-keeps-a-nav-history-when-pressing-the-platforms-back-button/62222/1
Which Ionic Version?
2.0.0-beta.11
Run
ionic info
from terminal/cmd prompt:The text was updated successfully, but these errors were encountered: