AndroidUIGestureRecognizer
AndroidUIGestureRecognizer copied to clipboard
AndroidGestureRecognizer is an Android implementation of the Apple's UIGestureRecognizer framework
Results
1
AndroidUIGestureRecognizer issues
Sort by
recently updated
recently updated
newest added
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...