I have a problem withhttps://github.com/mxalbert1996/Zoomable as it does not respond immediately on Android (while it works on Desktop).
I narrowed it down to the effect, that the lamba block given to
Modifier.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?
✅ 1
a
Albert Chang
02/16/2024, 3:46 AM
That should have been fixed by 1.6.1. Have you tried that?