Replies: 1 comment
-
@kellymmcd Hey! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering an issue with a SwipeView in my .NET MAUI application. I have a CollectionView that displays a list of appointments, allowing users to tap to open an appointment or swipe right or left to reveal buttons for editing or deleting the appointments. The setup is similar to the following:
On an Android device, if the user moves their finger even slightly while tapping, it triggers the swipe action, making it difficult to trigger the tap gesture. This issue does not occur on an emulator when using mouse to click button.
Has anyone encountered a similar issue or found a workaround for this? Any suggestions would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions