Top "Soft-keyboard" questions

A "soft keyboard" is a virtual keyboard based on a software component that allows a user to enter characters.

How do you close/hide the Android soft keyboard using Java?

I have an EditText and a Button in my layout. After writing in the edit field and clicking on the …

android android-edittext android-softkeyboard android-input-method soft-keyboard
Android: show soft keyboard automatically when focus is on an EditText

I'm showing an input box using AlertDialog. The EditText inside the dialog itself is automatically focused when I call AlertDialog.…

android keyboard android-edittext soft-keyboard
Programmatically Hide/Show Android Soft Keyboard

Possible Duplicate: Close/hide the Android Soft Keyboard First thing first I already saw this thread. I tried accepted methods …

java android hide show soft-keyboard
How to get UIKeyboard size with iOS

Is there some way to get UIKeyboard size programmatically. 216.0f height and 162.0f height in landscape. Following seem to be …

ios objective-c iphone soft-keyboard
How to disable "Next" button on a EditText software keyboard (replace with "Done" button)

I have a bunch of EditTexts in my Android application, each with InputMethod set to numberSigned. My target device does …

android android-edittext soft-keyboard
Show soft keyboard when Activity starts

I have 2 activities, A and B. When A starts, it checks for a condition and if true, it calls startActivityForResult() …

android keyboard soft-keyboard
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
How to disable Android Soft Keyboard for a particular activity?

I have an activity with one EditText where I need to input numbers only. Now, I have defined the Input …

android keyboard android-edittext soft-keyboard
Creating a SoftKeyboard with Multiple/Alternate characters per key

I've followed the examples on developer.android.com regarding Input Methods and played with the SoftKeyboard sample application. These together …

android android-softkeyboard soft-keyboard