react-draggable
react-draggable copied to clipboard
Issue when drag and scroll using touch events
I try to update a container scroll while dragging and I notice that it doesn't work with the touch event type
At the bottom of the examples page, there's a demo to check this behavior, if you use the mouse it works well but it's not working with touch events, something similar to this video:
https://www.youtube.com/watch?v=SHO-s7GOS2k&feature=youtu.be
I'm having the same issue, have you found a fix for it yet? @aqrojo
On mobile, when I drag the item to the edge of the viewport, it doesn't scroll. It works fine on desktop browser
same here, do you guys found any solution @levanify @aqrojo ? touchevent having different behaviour than mouseevent...