react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

Dragging from <audio> tag does not work

Open AdamInTheOculus opened this issue 3 years ago • 0 comments
trafficstars

Am I missing something in the API? Or is the <audio> tag not supported?

Consider the following code sample:

<Draggable>
  <div>
    <span> Click here to drag. </span>
    <audio controls></audio>
  </div>
</Draggable>

https://user-images.githubusercontent.com/15149835/144344684-85813128-4d60-4206-85d8-c7912d030c6c.mov

AdamInTheOculus avatar Dec 02 '21 02:12 AdamInTheOculus