SwipeGestureRecognizer is not working
See original GitHub issueDescription
SwipeGestureRecognizer
is not working on Android, the Swiped
event is never raised. I only found this issue #14 which says its in Pending state but the issue hasn’t been updated since 2 years. The documentation for MAUI sounds like it’s implemented.
Is this a bug or is it really not implemented yet?
Steps to Reproduce
<Button>
<Button.GestureRecognizers>
<SwipeGestureRecognizer Direction="Right" Swiped="SwipeGestureRecognizer_Swiped"/>
</Button.GestureRecognizers>
</Button>
SwipeGestureRecognizer_Swiped
event is never raised when I swipe in Android Simulator.
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 12, API 31, Android Simulator
Did you find any workaround?
No response
Relevant log output
No response
Issue Analytics
- State:
- Created a year ago
- Comments:28 (16 by maintainers)
Top Results From Across the Web
Swipe Gesture Recognizer not working for me
Im trying to add Swipe Gesture Recognizer to my app so I can swipe to either left or right to get to another...
Read more >UISwipeGestureRecognizer not being called
I have tap gestures that are called without any issues, but for some reason the swipe gestures aren't being recognized. Any help would...
Read more >Xamarin Forms: SwipeGestureRecognizer is not working ...
The SwipeGestureRecognizer is not working on the android platform and I found a lot of threads related to that. I found an alternative...
Read more >Xamarin.Forms Swipe Gesture Recognizer
The SwipeGestureRecognizer event is not fired at all. Same code can work on iOS and UWP. Visual Studiowindows 10.0xamlvisual studio 2017 version 15.9....
Read more >Working with Swipe Gesture Recognizers in Swift
In this post, I show you how to use a swipe gesture recognizer in Swift. We create a simple application ... There is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
repro with VladislavAntonyuk’s sample.
I confirm this issue still exists in .NET MAUI 7. I added swipe gesture to a content view. In Android, the gesture never works!!