I have a Fragment in which the user cannot hide the soft keyboard. Is there a way to achieve this behaviour? I know it is a really bad practice, but I'm just trying to meet the requirements...
Asked
Active
Viewed 171 times
0
-
Possible duplicate of [Android: How to make the keypad always visible?](https://stackoverflow.com/questions/1509719/android-how-to-make-the-keypad-always-visible) – Jonah Starling May 30 '18 at 17:16
-
If the solution above does not fit your problem please let us know – Jonah Starling May 30 '18 at 17:18
-
No . You can set the behavior of keyboard . But that does not mean it won't close on back button click . . – ADM May 30 '18 at 17:23
-
Found the solution here, just had to extend EditText: https://stackoverflow.com/questions/3366270/prevent-soft-keyboard-from-being-dismissed – joaortk May 30 '18 at 17:28