https://kotlinlang.org logo
#compose-web
Title
# compose-web
s

Serge

09/19/2023, 2:28 AM
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

jamshedalamqaderi

09/19/2023, 2:29 AM
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

Serge

09/19/2023, 2:31 AM
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

jamshedalamqaderi

09/19/2023, 2:32 AM
are you using compose html or compose multiplatform?
s

Serge

09/19/2023, 2:32 AM
Multiplatform.
c

Casey Brooks

09/19/2023, 2:33 AM
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

Serge

09/19/2023, 2:35 AM
Guess I'll check out the dev branches.
d

Dima Avdeev

09/19/2023, 4:48 AM
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

Serge

09/19/2023, 7:44 PM
@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

Dima Avdeev

09/24/2023, 12:59 AM
10 Views