-
Notifications
You must be signed in to change notification settings - Fork 786
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
tap doesn't work on windows phone #104
Comments
I tried this out on IE11 of my Surface RT and the same issue happened. Apparently if I tapped repeatedly fast enough using 2 fingers, the event will be triggered and the effect will run as expected. |
I think the problem might be that there's a interact.pointerMoveTolerance(5); Unfontunately, I don't have a Windows Phone/RT thing to test with. |
I can test it! Can you update the main site? |
Actually, I think I'll add a slider to this demo so that you can adjust the tolerance on your phone. |
Doesn't work in Windows 8 "Metro" IE 11 on a touch screen enabled device. @taye The above demo link doesn't do much at all in IE11. Doing a medium distance drag to the right results in IE 11 giving the the "back button" behaviour signal. Maybe you want to use http://msdn.microsoft.com/en-us/library/ie/hh772044(v=vs.85).aspx ? |
@luisrudge There were a few hiccups but that demo should now be updated and working correctly. @lypanov There was a small bug that broke touch input. It should work now. |
This demo doesn't do anything on windows phone :B |
@lypanov you were right. I thought I had already done it but I was thinking of |
Great! Now it gets a bunc of events (touch up/down, swipe up/down/left/right), but it don't get tap or double tap |
Okay I'm almost certain that I got it this time :P. Thanks for bearing with me. |
cc14819 should have fixed it now. |
ohhhhhhhh yes :) it's working! THANKS! |
Cool. For future reference, what's the minimum tolerance that seems to work consistently? |
everything worked with 1 |
Brilliant. Thank you! @kenrick95, @lypanov could you confirm whether it works for you as well? |
Well, interactjs.io behaves the same (not working for tap and double tap), although it's working on any value of tolerance at the demo. |
I haven't updated the homepage. However, I've just added some stuff to allow testing the homepage with different versions of interact.js using a http://interactjs.io/?debug=cc148197a0 It'll load the specified version from rawgit.com. |
Works flawlessly on my windows phone now. Excellent work! Sent from my Windows Phone From: Taye Amailto:[email protected] I haven't updated the homepage. However, I've just added some stuff to allow testing the homepage with different versions of interact.js using a http://interactjs.io/?debug=cc148197a0 It'll load the specified version from rawgit.com. Reply to this email directly or view it on GitHub: |
v1.1.3 is out. I should really have left this issue open until now. |
hi. great lib! everything worked on windows phone, except by tap and double tap. i'm not sure if it's something with the demo or the lib, but the demo page is not working.
The text was updated successfully, but these errors were encountered: