julioromano
07/05/2021, 12:34 PMBasicTextField
the software keyboard closes whenever there’s a configuration change (rotation, dark mode switch, etc.).
I tried fiddling with the windowSoftInputMode
activity manifest attribute but to no avail.
Is this the intended behavior? Is there any way to change it (apart from disallowing any configuration change which is not possible in my case)?
PS: The text field also happens to loose focus during the config change.cb
07/05/2021, 2:26 PMjulioromano
07/05/2021, 2:49 PMgitai
07/05/2021, 6:13 PM