hello-pangea / dnd

💅 Beautiful and accessible drag and drop for lists with React. ⭐️ Star to support our work!
https://dnd.hellopangea.com
Other
2.41k stars 95 forks source link

Drag fails on touch device if the draggable is rendered in a portal. Subsequent tap triggers the drag #823

Open shura-v opened 2 months ago

shura-v commented 2 months ago

Expected behavior

Draggable is draggable

Actual behavior

Draggable is not draggable

Steps to reproduce

  1. Go to https://dnd.hellopangea.com/iframe.html?args=&id=examples-portals--using-your-own-portal&viewMode=story
  2. Try to drag any of the items
  3. Nothing happens

Suggested solution?

What version of React are you using?

18.2.0

What version of @hello-pangea/dnd are you running?

16.6.0

What browser are you using?

Chrome, Safari

Demo

https://dnd.hellopangea.com/iframe.html?args=&id=examples-portals--using-your-own-portal&viewMode=story

100terres commented 1 month ago

Thank you for reporting this. I'll see what I can do.