Incorrect dragging elements on mobile when mode=virtual and renderClone = {something}
Expected behavior
I try to move an element on the mobile app and it moves from the first touch. If I use PC - it works fine.
Actual behavior
I try to move an element on the mobile app, but it only renders clone after the first touch and moves it after the second touch.
Steps to reproduce
You can reproduce it in the story from site - https://react-beautiful-dnd.netlify.app/?path=/story/virtual-react-virtualized--board
Suggested solution?
No
What version of React are you using?
16.8.6
What version of react-beautiful-dnd are you running?
13.0.0
What browser are you using?
Chrome 85 device toolbar and mobile chrome
Demo
https://react-beautiful-dnd.netlify.app/?path=/story/virtual-react-virtualized--board
I've opened an issue about this bug 3 months ago (#1869). Others have also reported it (#1893). Unfortunately, it still hasn't been addressed.
Any updates on this? Has anybody been able to find a fix and can share how they did it?