jquery-sortable icon indicating copy to clipboard operation
jquery-sortable copied to clipboard

Problem with touch devices and links

Open klemens-u opened this issue 10 years ago • 1 comments

Hi, great library, works perfectly when used on pcs with the mouse. On touch devices like iPad or Android I experienced a problem though: I've got the following markup: ul li a href=xyz Sorting items by dragging works perfectly, but clicking on the links has no effect.

I tried this patch: https://github.com/johnny/jquery-sortable/pull/169 but it isn't perfect either. Clicking on links works with this page, also the dragging works, but when dropping the link is clicked instead of firing the onDrop event.

Any idea?

klemens-u avatar May 07 '15 06:05 klemens-u

I'm having exactly the same issue. I was wondering if this be looked at?

bs-thomas avatar Mar 06 '17 20:03 bs-thomas