TomodomoCo/total-slider

Draggable title/description overlay should work on touch devices

Opened this issue · 1 comments

The draggable title/description overlay box currently is only draggable on mouse-based devices. The overlay should also be draggable on touch devices.

I can test this on iOS.

I can test this on Android 2.3.4 and 4.0.

There are complexities with this (for example: there is, as far as I can tell, no concise JS library that handles touch and click events well, and certainly none bundled with WordPress) but it's definitely worth having on the radar for the next release.

I'm open to suggestions and ideas as to how to approach the issue.