SortableJS / Sortable

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
https://sortablejs.github.io/Sortable/
MIT License
29.41k stars 3.69k forks source link

[bug] Tap event not working on Android Chrome browser #2136

Closed ljfreelancer88 closed 2 years ago

ljfreelancer88 commented 2 years ago

Describe the bug Screenshot_20220215-201757_Chrome

In iOS Safari browser, I can sort and tap those 3 buttons on the screenshot. But in Android Chrome browser, I can sort it but when I tap each button it doesn't work. It's seem like the Sortable is trying to do the thing.

What I'm expecting is, I can able to tap any link or button across mobile devices.

Thank you in advance.

owen-m1 commented 2 years ago

Just merged this: https://github.com/SortableJS/Sortable/pull/2095, I think it will fix your problem

seniordev-ca commented 1 year ago

Is this fixed? It's still not working on Next.js (react 18.2.0), any idea @owen-m1 ?