Hello! I'm trying to build a web-based editor but ...
# compose-web
p
Hello! I'm trying to build a web-based editor but i discovered that
Modifier.transformable
and other drag-like gestures don't register on mobile browsers (tested chrome & firefox, works just fine on desktop browsers tho). Example code from here https://developer.android.com/jetpack/compose/touch-input/pointer-input/multi-touch. It seems that mobile browsers intercept drag gestures before compose, is there a way/specific config to avoid it?