-
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: vue, incorrectly routes back when tab is undefined #25705
Comments
Thanks for the issue. Can you provide a minimal GitHub repo I can use to verify this behavior? |
https://github.com/snowwolfjay/reproduction-ionic-25705 this is a minimal repo. |
Can you try the following dev build and let me know if it resolves the issue?
|
resolved, thank a lot |
Thanks for the issue. This has been resolved via #25732, and a fix will be available in an upcoming release of Ionic Framework. |
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. |
Prerequisites
Ionic Framework Version
Current Behavior
We use createMemoryHistory to build the router, android is ok.
But when test in ios , strange things happen, need forbid swipe back function which is so bad :
Suppose there is an app with three page, home -> child1 -> child2
Our app has almost 50 pages, and after swipe back twice, router works like chaos, it randomly navigate to some page... or do nothing ...
Expected Behavior
When use memory history and swipe back twice on IOS , router not break
Steps to Reproduce
if need test the random nav need create more page and add entry to home page,
after step 8 , try nav to other page can see the router navigate randomly ..
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.18.1 (C:\Users\by4474\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/vue 6.2.0
Capacitor:
Capacitor CLI : 3.5.1
@capacitor/android : 3.5.1
@capacitor/core : 3.5.1
@capacitor/ios : 3.5.1
Utility:
cordova-res : not installed globally
native-run : 1.6.0
System:
NodeJS : v16.15.1 (C:\Program Files\nodejs\node.exe)
npm : 8.12.1
OS : Windows 10
Additional Information
not now,
The text was updated successfully, but these errors were encountered: