-
Is there a way to reject any touch events from a gesture handler if they don't meet a condition?
|
Beta Was this translation helpful? Give feedback.
Answered by
dpyeates
May 29, 2021
Replies: 2 comments 1 reply
-
you cat try to add condition status flag into context object:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
In the end I got this working by using the 'enabled' property of the gesture handler:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dpyeates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the end I got this working by using the 'enabled' property of the gesture handler: