furf / jquery-ui-touch-punch

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

draggable and droppable don't work on the IE mobile app #209

Open bennysalewski opened 9 years ago

bennysalewski commented 9 years ago

It works perfectly with "-ms-touch-action: none;" on the desktop version of the IE on Windows Tablets. But it doesn't work on the IE mobile app...even with "-ms-touch-action: none;".

tia, Benny

matll42 commented 9 years ago

I use it for an XDK portable application, no pb for me on android or iOS, but can't make it work on Windows Phone. I've got the same issue on Windows Phone with a jQuery UI slider (no matter the components I think, the pb come with touch events). Tried to put on -ms-touch-action:none;, also on touch-action:none; on encompassing div or on .ui-slider-handle but still the same. So I'm waiting if someone got a solution for us.