Touch-enabled Drag And Drop JavaScript Library – DragDropTouch

Category: Drag & Drop , Javascript | November 13, 2019
Author:Bernardo-Castilho
Views Total:4,217 views
Official Page:Go to website
Last Update:November 13, 2019
License:MIT

Preview:

Touch-enabled Drag And Drop JavaScript Library – DragDropTouch

Description:

DragDropTouch is a JavaScript polyfill that enables the native HTML5 drag and drop functionality on mobile touch devices.

The DragDropTouch library listens to touch events and raises the appropriate HTML5 drag/drop events as if the events had been caused by mouse actions.

It means that the users are able to change the position of any draggable DOM elements via mouse and/or touch events.

How to use it:

To use, include the DragDropTouch.js file on the page. The library will automatically start monitoring touch events and will raise the HTML5 drag drop events (dragstart, dragenter, dragleave, drop, dragend) which should be handled by the application.

<script src="DragDropTouch.js"></script>

You Might Be Interested In:


One thought on “Touch-enabled Drag And Drop JavaScript Library – DragDropTouch

Leave a Reply