-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Has stop working in chrome after update? #309
Comments
Hey @oscarabilleira ... I think this library is largely unmaintained (don't quote me on that, I could be wrong!), but here in the touch punch code:
I've changed it to $.support.touch = 'ontouchend' in document || navigator.maxTouchPoints > 0; Hopefully they'll continue to support that property off the navigator object going forward ;) |
Thanks... I have made this changes but doesnt’t solve the problem |
Thanks. Same here. |
What device are you using? I was testing with a Chromebook C100PA. I was just using the draggable function from jquery UI for setting up our elements and it's working for me. To clear up some confusion: They just removed the event property names from the window/document/element objects, so any feature detection like the above mentioned line will fail. The events still fire so if you bind them after detection it should resume proper behavior. Blog post detailing change: https://blog.chromium.org/2018/09/chrome-70-beta-shape-detection-web.html |
I’m using it in a “interactive board conected to a windows computer” (tested on chrome under android or ios devices works fine) |
Fix specified by @datalus worked for me. Device is Dell P2418HT + win7 + chrome 70 |
This is probably overkill, but this worked for me (Surface + win10)
|
I have tested this too and it doesn’t work |
It works!! thank you I've been looking for this solution. and it's really helpful :) |
Oscarabilleira's suggestion worked. I remember we had to use MaxTouchPoints property in some other plugin where touch events are not registering.
|
I had the same problem with Chrome but was able to make it work again by adjusting about://flags |
This worked for me also |
After the last update of chrome (computer version) this plugin has stop working... testing the oficial website examples http://touchpunch.furf.com in mozilla works (same problem in Edge) is still working on touch devices, but using chrome (after the last update), seems not not to respond for example “drag and drop” or the other examples.
Tested on windows version (computer) connected to a Interactive Board Display, where worked fine until this update
On Android tablet works fine.
Has anyone experience the same issue?
The text was updated successfully, but these errors were encountered: