I'm trying to create a menu where you can drag fro...
# compose
t
I'm trying to create a menu where you can drag from the red circle to the blue ones. I want to detect when the user is holding the finger over any of the blue items and also, when it releases, which one it was. Right now I've a
detectDragGestures
on the Red circle but I'm not sure I can detect when the blue one touched. I've tried
pointerInteropFilter
but it doesn't give me any events from the blue ones. Any suggestions? 🙂
d
No offence, but I question how accessible this type of UI is. Would it not be more robust to trigger the opening of the menu upon a tap instead?
s
My guess from looking at it is that you can do both of these actions