react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

Issue when drag and scroll using touch events

Open aqrojo opened this issue 5 years ago • 2 comments
trafficstars

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

aqrojo avatar Jun 01 '20 16:06 aqrojo

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

levanox avatar Jan 12 '21 06:01 levanox

same here, do you guys found any solution @levanify @aqrojo ? touchevent having different behaviour than mouseevent...

Ayushsanjdev avatar Dec 14 '21 15:12 Ayushsanjdev