xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

[Bug] - Multiple Gesture Recognizer Do Not Work Well #15440

Open AbuSafi opened 2 years ago

AbuSafi commented 2 years ago

Description

Adding Drag and Drop Gesture Recognizer along With Tap Gesture Recognizer to the same control (Frame) will not work Tap Gesture Recognizer will work and Drag Drop will not work, Removing the Tap Gesture Recognizer makes the Drag Drop work.

Should be able to drag and drop the frame and also tap it.

Steps to Reproduce

  1. Add Frame
  2. Add Drag and Drop Gesture Recognizer
  3. Add Tap Gesture Recognizer

`

</Frame.GestureRecognizers>`

Expected Behavior

Multiple Gesture Recognizers should work fine. Should be able to drag and drop the frame and also tap it.

Actual Behavior

Only Tap Gesture Recognizer will work.

ch4m0n1x101 commented 1 year ago

Hi, did you find a workaround for this. Experiencing the same.