vaadin-mobile-drag-drop
Ships an initialization script for a drag and drop polyfill for mobile devices that don't support HTML5 D&D natively. Includes special configuration for the polyfill to support Web Components (with shadow root).
Installation
Bower
bower i vaadin/vaadin-mobile-drag-drop --save
Once installed, import the polyfill and the initializer in your application:
<script src="bower_components/mobile-drag-drop/release/index.min.js"></script>
<script src="bower_components/vaadin-mobile-drag-drop/vaadin-mobile-drag-drop.js"></script>
Npm
npm install @vaadin/vaadin-mobile-drag-drop
Once installed, import the polyfill and the initializer in your application:
<script src="node_modules/mobile-drag-drop/index.min.js"></script>
<script src="node_modules/vaadin-mobile-drag-drop/vaadin-mobile-drag-drop.js"></script>