jquery-simple-slider
jquery-simple-slider copied to clipboard
Adding support for Mobile Browser
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.
While this adds touch support (and works well) it:
- Breaks dragging the slider in IE8
- Removes the 'highlight' behaviour, which colours the progress
Hope that helps someone else who tries this patch!
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.