You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #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?
The text was updated successfully, but these errors were encountered:
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: #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?
The text was updated successfully, but these errors were encountered: