-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DoubleTap is way too picky #66
Comments
👍 The ipad web app I'm working on detects dbltaps as taps so methods tied to the event aren't getting fired. |
+1 - i was convinced my code was broken until i mysteriously tapped fast enough. |
If you want to increase the duration between taps you also need to adjust the delay (currently 100) on: And also increase 250 in: if (fingers === 1) { 300 on both of these worked well for me :) |
Thanks guys :) |
seems like the max time between two taps to be interpreted as a doubleTap is hard coded to 250ms. is that right?
Well, testing on iOS that seems not to be enough. it's less then 10% success...
The text was updated successfully, but these errors were encountered: