jquery-simple-slider icon indicating copy to clipboard operation
jquery-simple-slider copied to clipboard

Adding support for Mobile Browser

Open gregavola opened this issue 12 years ago • 2 comments

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.

gregavola avatar Dec 29 '12 18:12 gregavola

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!

pbowyer avatar May 08 '13 08:05 pbowyer

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.

mariobischof avatar Jun 28 '14 07:06 mariobischof