Gesture dependencies feature specification
Gesture recognizers can defer recognition until other recognizers have failed. For instance:
An element can both be tapped and double-tapped; tap is deferred until the failure of double-tap.
| GestureRecognizer | → | Gesture dependencies feature specification |
| Status | Library |
|---|---|
| Draft as of December 4, 2016 | gestures |
Gesture recognizers can defer recognition until other recognizers have failed. For instance:
An element can both be tapped and double-tapped; tap is deferred until the failure of double-tap.