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
Nothing "turns off" the swipe gestures.
The issue:
Considering a stack with "n" pages hierarchically opened (like 10), pressing the back button or using the ionic back button, it is working fine. But when the user starts to swipe left/right automatically, the routes stack looks strange and at some point loses the reference.
Nothing is working for me to disable the swipe back.
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
swipe-gesture="false"
doesn't stop swipe between segmentsExpected Behavior
user shouldn't be able to swipe between segments if
swipe-gesture="false"
Steps to Reproduce
set
swipe-gesture="false"
on ion-segmentswipe between segment-content inside segment-view
Code Reproduction URL
https://stackblitz.com/edit/msaxc4p1?file=src%2Fapp%2Fexample.component.ts
Ionic Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: