react-dnd-scrolling icon indicating copy to clipboard operation
react-dnd-scrolling copied to clipboard

Not work on mobile

Open RaimisErvit opened this issue 4 years ago • 4 comments

With https://github.com/gaearon/react-dnd-touch-backend Not work properly.. can move one per item and just stuck

RaimisErvit avatar Dec 10 '21 07:12 RaimisErvit

Doesn't work at all with react-dnd-touch-backend on desktop (with enableMouseEvents=true)

chkp-michaelo avatar Feb 13 '23 02:02 chkp-michaelo

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.

mikekreeki avatar Feb 15 '23 10:02 mikekreeki

this should work with react-dnd-touch-backend. try example here https://codesandbox.io/s/react-dnd-scrolling-mobile-demo-r35bxf

ttt43ttt avatar Feb 17 '23 14:02 ttt43ttt

Unfortunately it does not work with react-dnd-touch-backend on desktop (i.e. mouse events) even with enableMouseEvents=true

abhi-gn avatar Jul 12 '23 13:07 abhi-gn