Dominaezzz
07/16/2021, 9:41 PMdetectDragGestures
? Given that onDragStart
's position
parameter is not the one from the user's mouse down and instead the one after the "slop" movement. This makes is such that in any draggable region with multiple elements (LazyColumn
) you cannot determine which element the user intended to drag from.Albert Chang
07/17/2021, 2:51 AMViewConfiguration
with a zero touch slop.Dominaezzz
07/17/2021, 9:38 AMonDragStart
gives you the pointer position after slop, instead the initial down position. onDrag
already gives you that almost immediately, so it makes onDragStart
almost useless.Albert Chang
07/17/2021, 11:19 AMDominaezzz
07/17/2021, 11:37 AMAlbert Chang
07/17/2021, 11:39 AMAlbert Chang
07/17/2021, 11:42 AMDominaezzz
07/17/2021, 12:16 PMAlbert Chang
07/17/2021, 12:19 PMViewConfiguration
to LocalViewConfiguration
.Dominaezzz
07/17/2021, 12:19 PM