furf / jquery-ui-touch-punch

A duck punch for adding touch events to jQuery UI
http://touchpunch.furf.com/
3.51k stars 1.33k forks source link

Draggable does not work with Chrome on Windows 10 touchscreen device. #325

Open fideldonson opened 4 years ago

fideldonson commented 4 years ago

Tested both the demo and our own draggable implementation on a Surface device and on a Lenovo Yoga laptop - both running Win10. When ccs flags -ms-touch-action: none and touch-action: none are set draggable works in IE and Edge but still not in chrome.

RWAP commented 4 years ago

Have you tried the updated version of this code - https://github.com/RWAP/jquery-ui-touch-punch

fideldonson commented 4 years ago

Thanks for responding. No i have not. But will do asap and post the results here.

fideldonson commented 4 years ago

I have tested the rwap fork and draggable is working as expected. Thanks a lot for the link and effort.

RWAP commented 4 years ago

Great - thanks for the feedback