Hello everyone,
I’m developing a web app using Kotlin Multiplatform and encountering an issue. The text field doesn’t become active when tapped; users have to click it to enter data. Does anyone know how to resolve this?
a
Artem Kobzar
02/26/2025, 6:56 PM
@Oleksandr Karpovich [JB] ^^
o
Oleksandr Karpovich [JB]
02/27/2025, 9:32 AM
I’m developing a web app using Kotlin Multiplatform
Do you use Compose Multiplatform for Web?
Can you show the code snippet?