taye / interact.js

JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
http://interactjs.io/
MIT License
12.38k stars 785 forks source link

support drag touch device surface pro edge #372

Closed wgl85 closed 8 years ago

wgl85 commented 8 years ago

Is there a plan to support drag action on Microsoft touch device like Surface Pro using Edge browser? I have verified it works on Surface Pro Chrome browser, but it does not work on Surface Pro Edge browser.

taye commented 8 years ago

You need to set the touch-action CSS property appropriately. See http://interactjs.io/docs/faq/#touch-input-on-internet-explorer.