https://kotlinlang.org logo
d

David Wadge

11/05/2020, 11:31 AM
Anyone else having an issue with the
OutlinedTextField
not displaying the keyboard on focus?
programmatically calling
Copy code
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE)
in the activity resolves it
6 Views