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
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Is there a possibility to enable/disable the swiping gesture?
My problem is that I use a contentview with an image and gesture recognicers as datatemplate. If I zoom into an image and swipe to the next page the images overlap. For that reason I want to disable the swiping gesture while zooming.
On iOS I fixed that by adding a pan gesture recognizer, but that doesn't work for Android.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello everyone,
Is there a possibility to enable/disable the swiping gesture?
My problem is that I use a contentview with an image and gesture recognicers as datatemplate. If I zoom into an image and swipe to the next page the images overlap. For that reason I want to disable the swiping gesture while zooming.
On iOS I fixed that by adding a pan gesture recognizer, but that doesn't work for Android.
The text was updated successfully, but these errors were encountered: