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
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v4.x
v5.x
v6.x
Nightly
Current Behavior
ionic-swipe-bug.mov
Expected Behavior
If swipeBackEnabled is set to false, the swipe gesture should be prevented and browser back navigation should not occur.
When swipeBackEnabled is set to true only one of the browser back navigation or ionic built in back-transitions should occur, not both.
There should be no flashing of a page transition when navigating to another page using the swipe gesture.
Steps to Reproduce
Generate a list starter ionic application:
Inside the main.ts file, set swipeBackEnabled to true/false. Navigate to a list item and back to the homepage on an ios device or ios simulator.
Drag finger from left edge of screen to right. In both cases, the swipe gesture triggers back navigation.
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
ionic-swipe-bug.mov
Expected Behavior
If swipeBackEnabled is set to false, the swipe gesture should be prevented and browser back navigation should not occur.
When swipeBackEnabled is set to true only one of the browser back navigation or ionic built in back-transitions should occur, not both.
There should be no flashing of a page transition when navigating to another page using the swipe gesture.
Steps to Reproduce
Generate a list starter ionic application:
Inside the main.ts file, set swipeBackEnabled to true/false. Navigate to a list item and back to the homepage on an ios device or ios simulator.
Drag finger from left edge of screen to right. In both cases, the swipe gesture triggers back navigation.
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.18.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/vue 6.1.2
Capacitor:
Capacitor CLI : 3.4.3
@capacitor/android : not installed
@capacitor/core : 3.4.3
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 1.5.0
System:
NodeJS : v14.16.0 (/usr/local/bin/node)
npm : 8.3.1
OS : macOS Monterey
Additional Information
No response
The text was updated successfully, but these errors were encountered: