vue-drag-drop
                                
                                
                                
                                    vue-drag-drop copied to clipboard
                            
                            
                            
                        Mobile support?
Hi there. Thank you for this useful plugin; is there any chance that this could work on a mobile device? sadly at the time of writing nothing of bindable events fires on a touch/mobile device, and I was wondering if there is a quick fix for that; please: the official demo is not working on mobile too.
Thanks!!
I've just found this polyfill: https://github.com/timruffles/mobile-drag-drop It seems that installing it resolve most of the issues, but it is required to add the "event.preventDefault()" for the nativeEvent in "dragEnter" event/method; maybe this is useful for everyone that needs mobile/touch support;
Thanks, bye!
I'll look into this. Thanks.
Any news with regards to mobile drag&drop support? I've found that if dropped onto a valid element, the page reloads with transfer-data in the URL on iOS Safari 11.3. The same code works absolutely fine on iOS Firefox and Android Chrome. Does anyone have any ideas what could cause this behaviour?
Any news here?
Any updates?