This makes elements draggable vertically by touch. Horizontal version is here.
See demos.
- http://takazudo.github.io/jQuery.touchdragv/demos/1/
- http://takazudo.github.io/jQuery.touchdragv/demos/2/
- IE6+
- iOS Safari
- Android 4
jQuery 1.9.1 (>= 1.7)
Q: Does this library use transform, css transition and css animations?
A: No. This uses just "top" style. I know those are faster but buggy especially on mobile devices.
MIT
User at your own risk.