I've added js-canvas target to my multiplatform Co...
# compose-web
p
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
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
I'll investigate more and create issues in YouTrack then.
o