bevacqua / dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/dragula/
MIT License
22.06k stars 1.97k forks source link

Feature request: disable touch/pointer events #469

Closed shaynekasai closed 4 years ago

shaynekasai commented 7 years ago

It would be nice to have the ability to pass an option into dragula to toggle touch events. Sometimes the target audience of an app is not mobile and you want to limit what the device can do. Another reason is if you have lots of draggable elements on the screen, the user may mistakenly want to scroll but ends up dragging the element - the interaction is too immediate in some cases.