bmcmahen / react-grid-dnd

drag and drop, grid edition. built with react

Home Page:https://codesandbox.io/embed/gracious-wozniak-kj9w8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drag and Drop not working on mobile screen

tilakoli opened this issue · comments

Drag and Drop works perfectly on the Desktop screen but not on the mobile screen, Some other similar packages mentioned using the CSS touch-action CSS property set to none for fixing this issue .. but the reordering doesn't work properly if the touch-action is set to none.
I believe this is because of how scrolling works on mobile screen vs the Desktop screen but there seems to be no working fix for this.

has anyone found a fix for this? Or faced the same issue or found a workaround for this ?