luda
luda copied to clipboard
Add drag & drop events support
Why This Feature Should be Added to Luda
Native drag & drop events are not well supported by browsers.
How Should This Feature Work
Drag and drop events should be managed by the .on
, .off
and .one
method.
Additional context
- The event names should not be conflicted with native event names.
- Existed swipe events logistic may be conflicted with the new drag & drop events. Consider using timestamp to distinguish different gestures.