Open maximmarch opened 10 years ago
+1 Touch events do not work with Jquery UI 1.11.0
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.
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?