TomodomoCo / total-slider

A WordPress plugin for creating, editing and removing ‘slides’ with text and images (for a homepage, for example).
GNU General Public License v2.0
7 stars 2 forks source link

Draggable title/description overlay should work on touch devices #52

Open PeterUpfold opened 11 years ago

PeterUpfold commented 11 years ago

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.

chrisvanpatten commented 11 years ago

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.