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

PHondogo

11/17/2023, 9:17 AM
I've added js-canvas target to my multiplatform Compose project. Almost all is ok. There are only issues with TextField: sometime current position indicator is not showing, when pressing quota char then focus is loosing, text not changing (only backspace works) when typing by hardware keyboard (when custom LocalSoftwareKeyboardController is defined). Is it known issues for current development state?
o

Oleksandr Karpovich [JB]

11/17/2023, 9:36 AM
the cursor is a known issue: https://github.com/JetBrains/compose-multiplatform/issues/3120 other issues sound new to me. here is a list of known open issues affecting web https://github.com/JetBrains/compose-multiplatform/issues?q=is%3Aopen+is%3Aissue+label%3Aweb
p

PHondogo

11/17/2023, 9:43 AM
I'll investigate more and create issues in YouTrack then.
o

Oleksandr Karpovich [JB]

11/17/2023, 9:43 AM
4 Views