I just saw wasm was still alpha? Somehow I though ...
# compose-web
c
I just saw wasm was still alpha? Somehow I though it was stable, but guess that's my memory's playing tricks on me? How usable is it ( would be more for small personal project)
a
This year it should be promoted to beta. At least that's what was announced on kotlinconf this year.
👍 1
p
One issue is preventing me to use it in prod is not fully working textfield in mobile browsers with soft keyboard.
o
@PHondogo Could you please point me to those issues in YT?
p
Initially there was an issue https://youtrack.jetbrains.com/issue/CMP-6816/Incorrect-TextField-behavior-on-mobile-browsers Additional cases were added in comments. It was marked as solved when partially done, remain issues where moved to another ticket (i can't find it now) and may be solved (need to check their states). Text field become more stable now, but as i check for T9, it is still not working properly. And there is still an issue with soft keyboard open when scrolling after focus on text field and hide keyboard. Will try to find conversations about it a bit later. Using compose of version 1.9.0-alpha02.
thank you color 1
m
My main problem with it is that after just a few library updates you may end up with something that builds but just throws an exception at runtime without any clear pointers into your source code. I just asked for help here in such a case just a few minutes ago. https://kotlinlang.slack.com/archives/CDFP59223/p1750176535856429
3
p
@Oleksandr Karpovich [JB] Found an issue for scrolling and focus: https://youtrack.jetbrains.com/issue/CMP-8100
thank you color 1
@Oleksandr Karpovich [JB] Could not find issue for T9. Create new one: https://youtrack.jetbrains.com/issue/CMP-8388/WEB-Mobile-Text-field-issues-with-soft-keyboard-T9-mode
thank you color 1
a
@Oleksandr Karpovich [JB] if it helps, I had people reporting similar bugs with videos on Unstyled's TextField on Web (uses BasicTextField) https://github.com/composablehorizons/compose-unstyled/issues/73
o
@Alex Styl do you know which Compose Multiplatform version is used in the reported issue https://github.com/composablehorizons/compose-unstyled/issues/73 ?
a
@Oleksandr Karpovich [JB] 1.8.0
🙏 1
@Oleksandr Karpovich [JB] if you need anything else from my side, let me know asap/at any point. would love to get this sorted cause it looks bad
o
Could you please report it at YT? With a reproducing snippet if possible.
a
@Oleksandr Karpovich [JB] Im happy to, but there is nothing special in the code. It's just a BasicTextField. the issue is the devices it runs on. on iOS it works great for me, but on Android it doesn't
i could open an issue with that info if you like
o
> i could open an issue with that info if you like Yes, please. That would help to track it
💯 1
r
keyboard issues are all over the place for compose wasm. Especially on mobile browsers. One more; https://youtrack.jetbrains.com/issue/CMP-8158/Keyboard-issues-on-WASM-mobile
thank you color 1
a