ghusse / jQRangeSlider

A jquery UI range selection slider that supports dates
http://ghusse.github.com/jQRangeSlider/
GNU General Public License v3.0
671 stars 147 forks source link

Touch and jquery-ui 1.11.0 (not working) #174

Open maximmarch opened 10 years ago

maximmarch commented 10 years ago

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?

solo999 commented 10 years ago

+1 Touch events do not work with Jquery UI 1.11.0

vpekarek commented 7 years ago

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.