Skip to content
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: Slowly sideslip will switch multiple times #25248

Closed
4 of 7 tasks
Cyclone77 opened this issue May 6, 2022 · 2 comments
Closed
4 of 7 tasks

bug: Slowly sideslip will switch multiple times #25248

Cyclone77 opened this issue May 6, 2022 · 2 comments
Labels

Comments

@Cyclone77
Copy link

Prerequisites

Ionic Framework Version

  • v4.x
  • v5.x
  • v6.x
  • Nightly

Current Behavior

b09a52217bcc4bc9f6a4d4120575cd67.mp4

Expected Behavior

Return to previous page

Steps to Reproduce

https://docs-demo.ionic.io/?ionic:mode=ios

ios15,safari

Code Reproduction URL

No response

Ionic Info

https://docs-demo.ionic.io/?ionic:mode=ios

Additional Information

No response

@ionitron-bot ionitron-bot bot added the triage label May 6, 2022
@liamdebeasi liamdebeasi self-assigned this May 9, 2022
@liamdebeasi
Copy link
Contributor

Thanks for the issue. I am going to close this as this is not a bug in Ionic Framework. When running an Ionic app in the browser you have two separate swipe to go back gestures to deal with: Ionic's and the one provided by iOS (I.e. the native gesture).

In the example above, you are swiping on the native iOS swipe gesture, not Ionic's swipe gesture. When you change pages Ionic will automatically run a page transition. While it may appear to be a duplicate transition, the reality is that there is only one Ionic transition. The other transition comes from iOS.

This is more or less the same issue as #22299. At the moment there is no way to disable the native iOS swipe to go back gesture. Please follow #22299 for updates on this. Thanks!

@liamdebeasi liamdebeasi removed their assignment May 9, 2022
@ionitron-bot
Copy link

ionitron-bot bot commented Jun 8, 2022

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Jun 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants