I am working on an application for Windows surface and I am trying to use the Jquery UI slider. It works for mouse events, but does not work for touch.
I looked at this question here and tried its solutions, but it does not work. (Used both jquery-ui-touch-punch
and
-ms-touch-action: none;
touch-action: none;
but none of them work).
Is there any other solution for this?
I am using Chromium Portable to run the application and using 1.11.4 jquery ui and jQuery UI Touch Punch 0.2.3.
Based on your question, I setup the following demo w/Touch Punch:
https://jsfiddle.net/Twisty/fLudwu2b/
JQUERY
I tested the demo with a Surface Device using IE. It appears to work.
I would advise checking or updating your test environment and ensure that the latest JavaScript is available in the browser.