You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the LazyColumn press and hold to drag implementation if you move your finger to drag too quickly to begin the drag it will be cancelled and not move. Once you've got the item to move even slightly after the initial press you can drag it around very rapidly without issue. It's almost like it "sticks" after being pressed without having moved yet and you have to make the initial drag at a slow enough pace or the drag gesture loses track of your finger and doesn't start.
I think this might be an internal issue in androidx.comose.foundation.gestures, because I even tried using a simple self-made implementation and had the same issue. Has anyone else noticed this?
screen-20230605-140317.mp4
The text was updated successfully, but these errors were encountered:
Using the LazyColumn press and hold to drag implementation if you move your finger to drag too quickly to begin the drag it will be cancelled and not move. Once you've got the item to move even slightly after the initial press you can drag it around very rapidly without issue. It's almost like it "sticks" after being pressed without having moved yet and you have to make the initial drag at a slow enough pace or the drag gesture loses track of your finger and doesn't start.
I think this might be an internal issue in androidx.comose.foundation.gestures, because I even tried using a simple self-made implementation and had the same issue. Has anyone else noticed this?
screen-20230605-140317.mp4
The text was updated successfully, but these errors were encountered: