Steyn Geldenhuys
01/05/2024, 11:10 AMText
is not selectable in a browser
2. In OutlineTextField
possible all TextField
components, do not show the carret once typing has started
3. Pasting into a TextField
does not work - simply a 'V' is inserted if I use a crtl+v
4. No right click context menus
5. On mobile when touching a TextField
the soft keyboard is not triggered
I'm still pretty new in my Wasm journey in general, but I guess given that Skiko is rendering this on a canvas and not all interactions are implemented yet. I guess it's still a bit early to expect this all to work? Or am I missing something?
And FYI, I'm using the following versions:
[versions]
kotlin = "1.9.21"
compose = "1.5.11"
compose-compiler = "1.5.6"
compose-plugin = "1.6.0-alpha01"
Steyn Geldenhuys
01/05/2024, 11:11 AMBharat Kumar
01/05/2024, 12:47 PMSteyn Geldenhuys
01/05/2024, 12:48 PMMichael Paus
01/05/2024, 1:28 PMText
is not selectable in a browser
This is the default behaviour of all platforms. See:
https://developer.android.com/jetpack/compose/text/user-interactionsOleksandr Karpovich [JB]
01/05/2024, 1:32 PMSteyn Geldenhuys
01/05/2024, 1:36 PMText
composable in a SelectionContainer
it is still not selectable when running in the browser, but when I run it as a desktop app it is selectable. I guess there's a bug there.Steyn Geldenhuys
01/05/2024, 1:37 PMSteyn Geldenhuys
01/05/2024, 1:47 PMonPointerEvent
modifier seems to be working correctly. FYI here's a short video showing this.Michael Paus
01/05/2024, 2:17 PMOleksandr Karpovich [JB]
01/05/2024, 2:18 PMSelectionContainer
should behave similar to dekstop and other targets. So it's a new bug we didn't know before πSteyn Geldenhuys
01/05/2024, 2:19 PMOleksandr Karpovich [JB]
01/05/2024, 2:19 PMSteyn Geldenhuys
01/05/2024, 2:20 PMMichael Paus
01/05/2024, 2:23 PMOleksandr Karpovich [JB]
01/05/2024, 2:31 PMMichael Paus
01/05/2024, 2:33 PMSteyn Geldenhuys
01/05/2024, 2:42 PMMichael Paus
01/05/2024, 7:03 PM