bmcmahen / react-grid-dnd

drag and drop, grid edition. built with react
https://codesandbox.io/embed/gracious-wozniak-kj9w8
216 stars 49 forks source link

Drag and Drop not working on mobile screen #78

Open tilakoli opened 7 months ago

tilakoli commented 7 months ago

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 ?