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

Adding support for Mobile Browser #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

gregavola
Copy link

This pull request allows for mobile browsers to be able to use the slider functionality. It will automatically detect if the browser supports touch events and then change the mouseover to touchstart.

@pbowyer
Copy link

pbowyer commented May 8, 2013

While this adds touch support (and works well) it:

  1. Breaks dragging the slider in IE8
  2. Removes the 'highlight' behaviour, which colours the progress

Hope that helps someone else who tries this patch!

@mariobischof
Copy link

only works on mac devices to me, on android the slider has a choppy behaviour. I think is somehow gets in the way with touch-scrolling.

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

Successfully merging this pull request may close these issues.

3 participants