Skip to content

requireFailureOf only supports a single recognizer #10

Description

@gonemad

Right now there is no way that i can figure out to support a long press, single tap, and double tap independently of each other.

if singleTap.requiresFailureOf(doubleTap), then when i long press both long press and single tap get triggered. If (singleTap.requiresFailureOf(longPress) then both single and double tap get triggered when double tapping

requiresFailureOf should support more than one recognizer and the above scenario should work better

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions