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
Hello,
This works really well, but it does not work with the android built-in back button (I go back to the root tab whenever I use this button instead of the ion-back-button-tabs).
Is there a way to implement a similar thing with the built-in button ?
The text was updated successfully, but these errors were encountered:
Hi, android back button requires certain subscription to override it's default behaviour, like:
this.platform.backButton.subscribe( () => { ... } );
So it appears some new plugin with a provided callback for this action is needed to handle the issue.
Hello,
This works really well, but it does not work with the android built-in back button (I go back to the root tab whenever I use this button instead of the ion-back-button-tabs).
Is there a way to implement a similar thing with the built-in button ?
The text was updated successfully, but these errors were encountered: