abpetkov / powerange

iOS 7 style range slider
http://abpetkov.github.io/powerange/
423 stars 85 forks source link

Not working on mobile #18

Open RicardoGeek opened 9 years ago

RicardoGeek commented 9 years ago

The slider does not "slide" when Im on some mobile devices, e.g: Samsung Galaxy S4 mini does not works but it works on an android tablet must of the time.

Is there any work around I should know?

FlawaCLV commented 8 years ago

+1

lasida commented 4 years ago

.range-handle{ -ms-touch-action: none; touch-action: none; }

add this css ( it will work for android and ipad devices ) according to this article https://stackoverflow.com/questions/6360249/jquery-ui-sliders-on-touch-devices/9533878

and it work for me