Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on mobile #18

Open
RicardoGeek opened this issue Apr 24, 2015 · 2 comments
Open

Not working on mobile #18

RicardoGeek opened this issue Apr 24, 2015 · 2 comments

Comments

@RicardoGeek
Copy link

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
Copy link

+1

@lasida
Copy link

lasida commented Oct 3, 2019

.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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants