jquery.limarquee icon indicating copy to clipboard operation
jquery.limarquee copied to clipboard

Draggable mobile support

Open ca-dsgn opened this issue 9 years ago • 0 comments

Hi guys,

that's a great jquery plugin u guys developed there. Just figured out, that the draggable function of your plugin is not working on mobile platforms e.g. iOS. I think you can do that really quick by replacing the event of the function, if you are on a touch device.

if (e.originalEvent.touches) { e = e.originalEvent.touches[0]; }

Best, Christian

ca-dsgn avatar Sep 17 '15 15:09 ca-dsgn