SortableJS / Vue.Draggable

Vue drag-and-drop component based on Sortable.js
https://sortablejs.github.io/Vue.Draggable/
MIT License
20.19k stars 2.9k forks source link

Mobile drag and drop malfunctionning with Vuetify Tabs #1132

Open EmmanuelBIGEON opened 2 years ago

EmmanuelBIGEON commented 2 years ago

The drop event from the dragend doesn't trigger and need a quickTouch to release it into the list.

mobille What you can see here is a drag that didn't dropped and left it in the air. I can press somewhere else to go on with the drag but to release the item i have to do a quicktouch.

I have trouble making the JsFiddle work but at least you can see the code i used to create it. https://jsfiddle.net/ebigeon/w6sx47ec/13/ I've just created a Nuxt application and drop this code into the index page.

It works fine when i remove the Vuetify tabs.

I've test it on Chrome mobile inspection tool and firefox. Also on a Samsung Galaxy Tab device.