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.
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()
ondragenter
.Platform: Safari on iPad