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
Hi, I wanted to ask something. Is it possible to restrict swiping, i.e. if you swipe anywhere other than the farthest part of the screen on the left, it should not go back
The text was updated successfully, but these errors were encountered:
You can try to wrap all your non-scrollable views in a container like this or ViewGroup that will intercept all the gestures. But I don't think it's a good solution 🫤
Hi, I wanted to ask something. Is it possible to restrict swiping, i.e. if you swipe anywhere other than the farthest part of the screen on the left, it should not go back
The text was updated successfully, but these errors were encountered: