If we added a PinchGestureRecognizer to a ContentView and add a TapGestureRecognizer to the Content of the ContentView and tried to pinch, then the pinch is not recognized. But if we remove the TapGestureRecognizer and pinch, then the pinch is recognized. Because of this, I am never able to detect the pinch on the ContentView
Steps to Reproduce
Run the replication sample
Pinch on the screen, the PinchUpdated event of the pinch gesture is not fired.
Now remove the TapGestureRecognizer from childView and pinch. Now you can see the PinchUpdated event is fired.
Description
If we added a
PinchGestureRecognizer
to aContentView
and add aTapGestureRecognizer
to theContent
of theContentView
and tried to pinch, then the pinch is not recognized. But if we remove theTapGestureRecognizer
and pinch, then the pinch is recognized. Because of this, I am never able to detect the pinch on theContentView
Steps to Reproduce
PinchUpdated
event of the pinch gesture is not fired.TapGestureRecognizer
fromchildView
and pinch. Now you can see thePinchUpdated
event is fired.Link to public reproduction project repository
https://github.com/NavaneethS/GestureIssue.git
Version with bug
6.0.312
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 13.0
Did you find any workaround?
No
Relevant log output