Top "Android-keypad" questions

Android supports a variety of keyboard devices including special function keypads (volume and power controls), compact embedded QWERTY keyboards, and fully featured PC-style external keyboards.

how to make an android view scrollable when the keyboard appears?

I have a view with some fields (name, email, password, register button) : <ScrollView xmlns:android="http://schemas.android.com/…

android android-layout android-scrollview android-keypad
Keyboard overlapping EditText on click

In my fragment I have an editText inside a scrollview and when I click on that I set it to …

android android-fragments android-edittext android-keypad
Android onKeyDown() not execute on pressing back button

Hi after searching on google i come here to ask about help. I use following method to go back when …

android android-keypad
android making layout scrollable when soft keyboard open, but not shifting it upwards

This is my screen, with one button hidden behind the keyboard. I want exactly like this, but scrollable. - Whenever, …

android android-layout scrollable android-keypad
Hide keypad in android while touching outside Edit Text Area

I know that the code for dismiss tyhe keypad in android is InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); …

android eclipse android-edittext ontouchlistener android-keypad
Adjust scrollview when keyboard is up

I have an activity with a form in it. Because the form is quite long, I've used a scrollview. The …

android keyboard scrollview android-keypad
How to open numeric keyboard when click on EditText?

I read several other posts and using input.setInputType(TYPE_NUMBER_FLAG_DECIMAL); does open the keyboard but its not …

android android-ui android-keypad
How to add margin between EditText and Soft Keyboard?

I want to add 10dp margin between EditText and Soft Keyboard. Here is my XML: <RelativeLayout android:id="@+id/…

android android-fragments android-viewpager android-edittext android-keypad
Hide keyboard after user searches?

I have an activity where there is an EditText and on enter key search results are shown, so what I …

android android-layout android-edittext android-keypad
Best settings for HTML <input type="number">, for mobile devices

I've been reading many other questions, like these[1][2][3] for example, but the problem still persists. I need to find the "…

mobile-safari html-input android-keypad numeric-keypad iphone-keypad