luda icon indicating copy to clipboard operation
luda copied to clipboard

Add drag & drop events support

Open oatw opened this issue 4 years ago • 0 comments

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.

oatw avatar Sep 29 '20 09:09 oatw