jannis
12/01/2021, 3:47 PMTextField
? I know about the selection
of the TextFieldValue
. But I need the coordinates. As an alternative: Is there any way to scroll to the current Cursor positon within a scrollable TextField
or one within a scrollable container?Zach Klippenstein (he/him) [MOD]
12/01/2021, 6:43 PMTextLayoutResult
to calculate coordinates.there any way to scroll to the current Cursor positon within a scrollableI don’t believe so, could you elaborate on what you mean?or one within a scrollable container?TextField
jannis
12/02/2021, 9:01 AMTextLayoutResult
is not available for the TextField
. Only in the underlying BasicTextField
or in a Text
Zach Klippenstein (he/him) [MOD]
12/02/2021, 5:31 PMjannis
12/02/2021, 7:17 PMTextField
+ Keyboard => cursor scroll is missing. If the handle is visible you would see it over the white area at the bottom)
Note: I use the Accompanist library (Insets) and an Android 12 DeviceZach Klippenstein (he/him) [MOD]
12/02/2021, 7:28 PMjannis
12/02/2021, 7:28 PMZach Klippenstein (he/him) [MOD]
12/02/2021, 7:47 PM