react-dnd-scrolling
react-dnd-scrolling copied to clipboard
Not work on mobile
With https://github.com/gaearon/react-dnd-touch-backend Not work properly.. can move one per item and just stuck
Doesn't work at all with react-dnd-touch-backend on desktop (with enableMouseEvents=true)
Unfortunately, it does not work with react-dnd-mouse-backend either. Although, the fix is simple in that case – fork the library and update from listening on dragover to mouseover. Leaving it here in case someone bumps into it in the future.
this should work with react-dnd-touch-backend. try example here https://codesandbox.io/s/react-dnd-scrolling-mobile-demo-r35bxf
Unfortunately it does not work with react-dnd-touch-backend on desktop (i.e. mouse events) even with enableMouseEvents=true