zoha131
10/04/2020, 4:28 PMArchie
10/04/2020, 4:37 PMTextField(
...
onTextInputStarted: (SoftwareKeyboardController) -> Unit = {},
...
)
which you could use.Sergey Y.
10/04/2020, 4:38 PMArchie
10/04/2020, 4:42 PMTextInputServiceAmbient
which I believe you could use. If I am correct. (Maybe not 🤔 )zoha131
10/04/2020, 4:45 PMArchie
10/04/2020, 4:49 PMTextInputService
might not solve it. As TextInputService
only have method to control the text Input. hmmm... I hope someone from the Compose team notices your question. 🤔zoha131
10/04/2020, 4:52 PMadjustPan
does not work as expected. so I am thinking manually changing the layout. I have seen an example in the Jetsurvey app. But I have multiple TextInput
in my screen.