-
Notifications
You must be signed in to change notification settings - Fork 60
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
Double-tap doesn't seem to work on KitKat Chrome or Safari iOS 8 #14
Comments
Are you sure the bug it's not in your app? Because from here everything works fine on android |
Hm. Maybe I'm doing something wrong, but I don't think so. When I go here on my phone (Nexus 5, KitKat, Chrome, up-to-date) and double-tap I get 'Event Name tap'. I get the same response on an iPad (iOS 8) and a Nexus 7 (KitKat, up-to-date, etc.) and Chrome on my desktop machine (Chromium 40.0.2214.111). |
What if you increase this value |
I just tried it on Firefox (on my phone), and it does work. I think this might be a KitKat/Chrome thing... |
The iPad I'm using is an iPad 3 (physical), running iOS 8.1.3. |
Ok so It needs to be checked a bit better thanks for your bug report. Do you have the same problem on the old Toccajs (0.1.0) releases? |
Good question. I'll try it and let you know. |
Aha! It works on the iPad and my phone. |
do you mean the old release? |
Sorry. Yes. I checked out 0.1.0 and it works on both devices. |
OK. Thanks for the quick responses. I'm happy to test on the physical devices I have access to. |
I just realized that I made a stupid mistake. I'm not using Android Kitkat anymore. I'm on Android Lollipop (5.0.1). And I see that you aren't saying that you support 5.0 yet. Sorry for the confusion. I can wait for Lollipop support if it isn't a current priority for you. |
Could you please try the Tocca.js version available on this branch ? |
That looks good! It registers dbltap on my Nexus 5, Nexus 7 and my iPad. |
Awesome thanks for your help |
No, thank you! That was fabulous. I really appreciate your effort. Cheers! |
Thanks for this lib. It's fabulous and I'm using it successfully in a couple projects. However, I recently wanted to add 'double-tap to go fullscreen' functinoality, but I've been unable to make dbltap work. I don't think it's just me: your demo does not seem to register double-taps either.
Thanks!
The text was updated successfully, but these errors were encountered: