angular-ui / ui-slider

jQuery UI Slider for AngularJS
https://htmlpreview.github.io/?https://github.com/angular-ui/ui-slider/master/demo/index.html
MIT License
265 stars 176 forks source link

add touchdrag support for handles - Feature #102

Closed haxxxton closed 8 years ago

haxxxton commented 8 years ago

At the moment you can only tap the slider to move the handle(s) on mobile devices, would be nice to add drag support so that mobile devices get a similar experience to desktop

PowerKiKi commented 8 years ago

While this seems to be a good idea, I believe it is out of the scope of this project and should instead be implemented in jQuery UI Slider.

haxxxton commented 8 years ago

perhaps integrating something like touchpunch then? (appears to be the unofficial touch events/support solution for jquery-ui)

PowerKiKi commented 8 years ago

This solution is also out of the scope of this project. There is nothing we should do here that you cannot already do by yourself.