cameronhimself / vue-drag-drop

A lightweight Vue wrapper that abstracts away the wonkier parts of the Drag and Drop Browser API
496 stars 83 forks source link

Drag does not work on Ipad / phone #79

Open ezequiel9 opened 5 years ago

ezequiel9 commented 5 years ago

I can't make it work for ipad and phones. The drag is not working. Any suggestion?

harsha935 commented 5 years ago

Yes, I have used this plugin in my project and now, I'm stuck on this

yenntkaopiz commented 5 years ago

Had anybody resolved it? :(( vue-drag-drop not working in Ipad & Iphone :((

ezequiel9 commented 5 years ago

I don't think the problem is with this library. I have done a codepen to test the native html5 drag and drop feature and didn't work neither.
Here the link:

https://codepen.io/ezequiel9/pen/gVxgBx

harsha935 commented 5 years ago

Use these plugins. those are working on the tablet and mobile. https://vuejsexamples.com/a-fast-and-lightweight-drag-drop-sortable-library-for-vue-js/ https://vuejsexamples.com/vue-component-for-draggable-and-resizable-elements/

yenntkaopiz commented 5 years ago

@ezequiel9 i tested your demo and it works well in ipad, problem from this library :(

yenntkaopiz commented 5 years ago

@harsha935 thank u, try it now

yenntkaopiz commented 5 years ago

@cameronhimself do you have any suggest for this case? thank you. i really like your library