I see that Compose WASM on an Android Chrome brows...
# compose-web
r
I see that Compose WASM on an Android Chrome browser has completely broken text fields, on my app and others, for example: https://kdroidfilter.github.io/ComposeMediaPlayer/sample/ It may be just my device/keyboard (Samsung Keyboard, everything default as far as I am aware) but I wonder if anyone else on an Android browser can reproduce?
b
Seems to work on my side
woops sorry this is Firefox actually 🤦 . I forgot I switched.
😬 1
But also works in Chrome
s
Looks fine on a Pixel 2 / Chrome
r
Thanks both. I should clarify, by broken text fields, I mean when typing, it seems to sometimes just replace the last character, sometimes insert a selection from history (?), sometimes inserts two characters, etc.
w
That can happen if your onTextChange state update isn't immediate, causing multiple writes to conflict, although I'm not sure it explains all of those symptoms.
r
in my app, it only happens (and very consistently, in all text fields) on this Android browser, on mac browser and other platforms it all works fine
b
on my side: on Chrome the completions are not working, on Firefox they are. (I'm using SwiftKey keyboard)
typing characters otherwise work for both
thank you color 1
p
T9?
Soft keyboard integration for web is not implemented correctly yet. There is an issue for that posted previously in this thread (CMP-6816)
s
@Rok Oblak for is fine on Pixel7 in Chrome and in DuckDuckGo
thank you color 1
👀 1