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
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