Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
Actual behaviour: app view is in Page2 but url is Page1's.
Expected Behavior
Expected to be in Page1 for both url and view.
Steps to Reproduce
- Home page > Page 1 > Page2 > Page3 using ionRouter.push()
- Page3 > Page2 using ionRouter.back()
- Trigger history.go(-2) or router.go(-2) in Page2
4f603fb4-1c47-478f-9229-391b3fcef05c.webm
Code Reproduction URL
Ionic Info
Ionic:
Ionic CLI : 7.1.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/vue 7.1.2
Capacitor:
Capacitor CLI : 5.1.1
@capacitor/android : 5.1.1
@capacitor/core : 5.1.1
@capacitor/ios : 5.1.1
Additional Information
Seems ionic outlet view does not know where the current view is, and it always go back from the last view in stack though user has been back to the previous view