Is it possible to make the keyboard not retract when clicking on any area of ​​the screen? If so, how?

  • In the manifesto of the activation, try adding the android attribute: windowSoftInputMode = "stateAlwaysVisible" - Android Android
  • Thank you, I tried it already - it does not work. The keyboard is shown when the application starts - Nik

1 answer 1

Solved the problem by setting the focus ...

.focus() on the input field