Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

Safari browser compatibility

Open xipeipei opened this issue 4 years ago • 6 comments

Thank you very much for writing this component,but, I found a problem with Safari, which requires two mouse clicks to drag, Is there a solution? Looking forward to your reply

xipeipei avatar Nov 12 '20 02:11 xipeipei

I have the same issue. Unless I double click (or just throw in some random clicks) the images drag but they do not actually get reordered/sorted!

Louvki avatar Nov 12 '20 15:11 Louvki

Same here. I recommend redirect user to Chrome download page

allanmferreira avatar Nov 23 '20 13:11 allanmferreira

Workaround is to use :force-fallback="true" (source: https://github.com/SortableJS/sortablejs/issues/1571#issuecomment-566734677).

hivokas avatar Nov 25 '20 19:11 hivokas

Workaround is to use :force-fallback="true" (source: SortableJS/sortablejs#1571 (comment)).

You are right. Thank you!

xipeipei avatar Dec 11 '20 11:12 xipeipei

Workaround is to use :force-fallback="true" (source: SortableJS/Sortable#1571 (comment)).

Thanks, Brother.

mankarsandesh avatar Jan 26 '21 02:01 mankarsandesh

This issue is gone in the latest version of SortableJS.

hivokas avatar Nov 25 '21 12:11 hivokas