Is there any out of the box solution for handling long press on button, and for handling long presse...
j
Is there any out of the box solution for handling long press on button, and for handling long presses in general? I've found
LongPressTimeout
, but can't find any example of it being used, have anyone tried it and could share some experience?
👀 1
i
a
you probably want the long click callback in
Modifier.clickable
, though all of this is moving around a bit soon
n
I'm trying to obtain a result when longpressing a button...