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
Internally, we're using router.navigateByUrl in Angular's NavController. This creates a problem where the browser back button and the navigation stack we make are out of sync.
Steps to reproduce
clone conference app and checkout core-update branch
navigate to Speakers tab
click on Burt Bear`,
click the “back button at the top”, come back to the list of speakers.
Then click the browser back button and end up at “Burt Bear”
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Internally, we're using
router.navigateByUrl
in Angular's NavController. This creates a problem where the browser back button and the navigation stack we make are out of sync.Steps to reproduce
The text was updated successfully, but these errors were encountered: