norpan / elm-html5-drag-drop

Dragging and dropping in Elm using the HTML 5 API
http://package.elm-lang.org/packages/norpan/elm-html5-drag-drop/latest
BSD 3-Clause "New" or "Revised" License
60 stars 17 forks source link

Cannot drop outside scrolling viewport on mobile with dragdroptouch #20

Open AlienKevin opened 3 years ago

AlienKevin commented 3 years ago

On mobile, the recommended drag-drop-touch polyfill can't drop an element on a drop zone outside of the original scrolling viewport. This is an open issue on drag-drop-touch. Someone in that issue recommends the mobile-drag-drop polyfill which supports dragging outside the scrolling viewport. However, elm-html5-drag-drop needs some small tweaks for mobile-drag-drop to work, involving call to event.preventDefault() on dragenter.

Platform: Safari on iPad