TapGestureRecognizer Invocation Order Differs Across Platforms (iOS/macOS vs Android/Windows) #31659
Unanswered
TamilarasanGunasekaran
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've encountered what appears to be a platform-specific inconsistency in .NET MAUI regarding TapGestureRecognizer event propagation.
I have created two custom controls (CustomControl and CustomLayout) in nested control structure where a CustomLayout is a child of a CustomControl. Both the parent (CustomControl) and the child (CustomLayout) have their own TapGestureRecognizer.
Behavior Observed:
Link to public repository:
https://github.com/TamilarasanGunasekaran/TapGesture-issue-MAUI
Questions:
Any guidance or suggestions would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions