Top "Android-softkeyboard" questions

The default onscreen input method provided by Android OS.

Show soft keyboard for dialog

I am displaying a dialog with an edittext view. However, the softkeyboard will open only if the user presses inside …

java android kotlin android-softkeyboard android-sdk-2.1
Auto Collapse ActionBar SearchView on Soft Keyboard close

I am currently using an ActionBar menu item to display a SearchView in the action bar. When the search menu …

android android-actionbar android-softkeyboard
android set hidden the keyboard on press enter (in a EditText)

When my user press Enter on the virtual android "user validate entry!" keyboard my keyboard stay visible! (Why?) Here my …

android android-softkeyboard
android: Softkeyboard perform action when Done key is pressed

I have an EditText. I want that after typing some text, when user presses the Done key of the softkeyboard, …

android key listener android-softkeyboard
hide keyboard when user taps anywhere else on the screen in android

I need to hide the softkeypad in android when user click on anywhere other than a Edittext. There are many …

android onclick android-softkeyboard
Android Hide Soft Keyboard from EditText while not losing cursor

I've come about as far as this which gets me halfway there, but not quite. I have a dialer Fragment …

android android-edittext android-softkeyboard
Hide Soft Keyboard on Done Keypress in Android?

I'm struggling with the done button on the soft keyboard. I can't get the soft keyboard Done key press to …

android android-softkeyboard soft-keyboard
Hide soft keyboard after dialog dismiss

I want to hide soft keyboard after AlertDialog dismiss, but it's still visible. Here is my code: alert = new AlertDialog.…

android keyboard hide android-softkeyboard soft-keyboard
Hiding ‘Bottom Navigation Bar’ whilst keyboard is present - Android

I have a small demo chat UI application. This application has a bottom navigation bar. I need the bottom navigation …

java android xml android-layout android-softkeyboard
How to resize AlertDialog on the Keyboard display

I have a AlertDialog box with approximately 10 controls (text and TextView) on it. These controls are in a ScrollView with …

android view resize android-alertdialog android-softkeyboard