Canvas: Is there a way to make the text fields wor...
# compose-web
s
Canvas: Is there a way to make the text fields work in mobile browsers? (Currently the software keyboard won't open when you put them into focus.)
j
Are you trying compose multiplatform experimental web? then touch is not supported yet. For your help: https://github.com/JetBrains/compose-multiplatform/issues/3491
s
I'm not sure it's a touch issue. Buttons work fine on mobile, and you can click on text fields to bring them into focus.
j
are you using compose html or compose multiplatform?
s
Multiplatform.
c
There’s a lot of known issues with TextFields in Web. This issue from a few months ago says that the team is “getting closer” to making these updates, but I don’t know if any actual work has been done yet
👍 2
s
Guess I'll check out the dev branches.
d
Compose for Web with Canvas rendering and Wasm is very experimental now. First of all we are focusing on Desktop, and iOS parts. If you need Compose on mobile, you can join to #compose-ios chat
s
@Dima Avdeev I'm aware of that. What if I wanted to contribute to the project? What would be a good start?
Okay, I see a lot of those issues are related to skiko. Will have a look at that in my spare time.
🚀 1
d