Stefan Oltmann
02/15/2024, 3:46 PMModifier.pointerInput(state)
is executed immediately (when the view is shown) on Compose Multiplatform JVM, but on Android it's only executed after the first interaction. So I always loose one user input.
Why is there a different behaviour and how can I fix this?Albert Chang
02/16/2024, 3:46 AMAlbert Chang
02/16/2024, 3:48 AMStefan Oltmann
02/16/2024, 6:06 AMStefan Oltmann
02/16/2024, 6:12 AM