vue-drag-drop icon indicating copy to clipboard operation
vue-drag-drop copied to clipboard

<drag> continuity breaks on mobile layout changes

Open escully27 opened this issue 7 months ago • 0 comments

hi, love the package.

i've found while running on mobile (cordova + vue) iOS, the drag is breaking and being detached from the regular html structure.

I really have no clue if this is an ios safari issue or something i'm missing with the props of this package or mobile browsers in general.

it works perfect on desktop browser (chrome, safari) but not in web view of an iOS native app (safari).

I want to dragover a and call next() on my calendar and then continue using the onto the next week of the calendar.

Desktop working perfect:

https://github.com/cameronhimself/vue-drag-drop/assets/11113163/3fcb5646-392b-4b92-93c1-8a5fc0f3cc75

Mobile breaking:

https://github.com/cameronhimself/vue-drag-drop/assets/11113163/c5f2c471-1e8f-4221-9f53-80c2b8c36626

escully27 avatar Jan 11 '24 18:01 escully27