I have a screen with a TextField and a custom keyboard. I would like the soft keyboard not to show up at all, even when user clicks on the TextField.
I tried using keyboardController?.hide() and also focusManager.clearFocus(), but both of them didn’t help.
I even tried inputMethodManager.hideSoftInputFromWindow(activity.currentFocus?.windowToken, InputMethodManager.HIDE_NOT_ALWAYS)