rhwilr/vue-nestable

Disable drag&drop for touch = tap/longtap events?

Arenukvern opened this issue · 2 comments

Hello.

I searched documentation, but cannot find a way to prevent drag event for touch devices.

For desktop - all works if simply to add attribute draggable = false.
But for touch devices it not working at all (ondragstart doesn't work also).

Could you help with the issue?
Thank you!

You can disable dragging by not rendering a VueNestableHandle. Take a look at the List example.

@rhwilr Thank you for your help! Solved with the principle Advanced