Top "Android-softkeyboard" questions

The default onscreen input method provided by Android OS.

Disable soft keyboard on NumberPicker

I'm trying to deactivate the soft keyboard when using a NumberPicker to enter numerical values (for aesthetic reasons). This is …

android android-layout android-widget android-edittext android-softkeyboard
Close/hide the Android Soft Keyboard with Kotlin

I'm trying to write a simple Android app in Kotlin. I have an EditText and a Button in my layout. …

android android-softkeyboard kotlin
Only show number buttons on Soft Keyboard in Android?

On the soft keyboard in Android you can set the soft keyboard to show the numbers instead of a-z keyboard …

android android-softkeyboard
HTML: Why does Android browser show "Go" instead of "Next" in keyboard?

I have an HTML login form that contains following elements (in this order): input type=text (user name input) input …

android html browser android-softkeyboard
Android show softkeyboard with showSoftInput is not working?

I have created a trivial application to test the following functionality. When my activity launches, it needs to be launched …

android show android-softkeyboard android-input-method
Android: EditText in Dialog doesn't pull up soft keyboard

So I've got what seems to be a common problem, which is that the EditText in my dialog box doesn't …

android dialog android-edittext android-softkeyboard
Android Soft keyboard action button

My layout has 4 EditText views and a submit Button view. I need to have "Next" button for the first 3 EditText's …

android android-layout android-softkeyboard
when using AlertDialog.Builder with EditText, the Soft Keyboard doesn't pop

I am using AlertDialog.Builder in order to create an input box, with EditText as the input method. Unfortunately, the …

android android-softkeyboard android-input-method
Show keyboard for edittext when fragment starts

When my fragment starts, I want my edittext to be in focus/let user to just start typing in it. …

android android-edittext android-softkeyboard
Hide Soft keyboard on return key press

I've searched half a dozen other answers on SO, but haven't found one that works. All I'm trying to do …

android actionlistener android-softkeyboard android-input-method