Hey there! In the context of an open-source projec...
# compose-web
m
Hey there! In the context of an open-source project I'm involved with, we're facing an issue with gesture handling in Compose Multiplatform. Specifically, when targeting the web, gesture handling functions properly on desktop web but fails entirely on mobile web. In an attempt to identify the root cause, it appears that the events triggered during gestures differ between desktop and mobile environments. I've used
monitorEvents($0)
to log events to the console and attached screenshots with results. Is this a known issue? How can we resolve it?
🔥 2