You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I manually send a drag start event when using touch events? What specific event is pdnd listening for?
I would like to customize the drag start on iOS, as I feel that the default touch and hold behavior is unintuitive and clunky when using a drag handle. I understand that pdnd is listening for native events to know when to trigger a drag start. The delay "feels" like a contextmenu event but I have had no luck rifling through the source.
In my specific case, I want to send a drag start event during the touchstart event on my drag handle element, but cannot figure out what event to send.
The text was updated successfully, but these errors were encountered:
How can I manually send a drag start event when using touch events? What specific event is pdnd listening for?
I would like to customize the drag start on iOS, as I feel that the default touch and hold behavior is unintuitive and clunky when using a drag handle. I understand that pdnd is listening for native events to know when to trigger a drag start. The delay "feels" like a contextmenu event but I have had no luck rifling through the source.
In my specific case, I want to send a drag start event during the touchstart event on my drag handle element, but cannot figure out what event to send.
The text was updated successfully, but these errors were encountered: