Computer >> Computer tutorials >  >> Programming >> HTML

Fire HTML5 dragstart


To fire dragstart after mousemove, try the following:

If you are firing dragstart event, then implement the rest of the process flow as well:

To solve the problem, create the user experience as follows:

  • You need to instruct the user to click on the respective area for enabling drag
  •  When a user clicks on the area, a dialog should be visible to show that the dragging may now be used.