jQRangeSlider icon indicating copy to clipboard operation
jQRangeSlider copied to clipboard

Touch and jquery-ui 1.11.0 (not working)

Open maximmarch opened this issue 10 years ago • 2 comments

Hi. I wrote a calculator using your RangeSlider and Jquery UI 1.11.0 This works fine^ but only in desktop browsers, and does not work on a touch device, for example on my ipad.

But if i use Jquery UI 1.10.3, slider is working on ipad, but then do not work Selectmenu(http://jqueryui.com/selectmenu/) which is understandable, because it is a new widget.

How to make that work on touch device with Jquery UI 1.11.0 and selectmenu?

maximmarch avatar Jul 17 '14 10:07 maximmarch

+1 Touch events do not work with Jquery UI 1.11.0

solo999 avatar Jul 19 '14 08:07 solo999

Hi, I have the same problem on any mobile browsers, but also with jQuery UI 1.10.3. I figure it out by removing event.preventDefault(); from _touchStart function in jQRangeSliderMouseTouch.js. This could help you. Please, let me know.

vpekarek avatar Aug 03 '17 07:08 vpekarek