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.