I understand you can disable the gesture handler, and that will cancel an in-progress gesture. However, is there a way to cancel a gesture, but not disable it.
My use-case is an iOS-like keyboard, but if you long press some buttons, it inputs the value, and cancels the gesture (so you can't trigger other buttons)
I understand you can disable the gesture handler, and that will cancel an in-progress gesture. However, is there a way to cancel a gesture, but not disable it.
My use-case is an iOS-like keyboard, but if you long press some buttons, it inputs the value, and cancels the gesture (so you can't trigger other buttons)