docubuzz / touch-sortable.js

A tiny, animated, sortable plugin for jQuery, supporting both touch and mouse events.
http://docubuzz.github.io/touch-sortable.js
Other
7 stars 1 forks source link

Windows touch device compatibility #8

Open ghost opened 10 years ago

ghost commented 10 years ago

This plugin is awesome but doesn't seem to work on Windows touch-enabled devices. I tested on a Surface tablet and on a Nokia Windows phone. The sorting will work on the Surface tablet if I use a mouse, but it will not work using touch.

jieyanhuang commented 10 years ago

I am assuming that your windows devices are running IE10? To my knowledge, IE handles touch events differently, so it won't respond to the touchstart events but the mousedown that this plugin binds to. Maybe you would like changing the code to bind to MSPointerDown as well to see if that works? Similar to issue #7.