android-softkeyboard
adjustPan not preventing keyboard from covering EditText
I\'m trying to create a pretty basic chat screen with a ListView displaying the text and an EditText at the bottom and a \"Send\" button to the right of the EditText. Everything is functional, but whe[详细]
2023-02-01 22:24 分类:问答Resize my Android application when I call ssoftkeyboard
I have a problem with the softkeyboard in my application. W开发者_StackOverflow中文版hen I press the edit text the soft keyboard appears over the edit text. I read the documentation from Android and I[详细]
2023-01-31 07:34 分类:问答Android - Soft keyboard for TextField inside a webview
Usually in landscape mode an E开发者_JAVA百科ditText will open the IME in full screen mode, but for an textfield inside a webview (loaded as a HTML content) it doesn\'t and it pushes the existing view[详细]
2023-01-30 06:13 分类:问答SoftKeyboard hiding EditText
I have a layout that uses an EditText to let users search a database and populate a ListView.The EditText is about 2/3 of the way from the top of the screen (positioned over an ImageView, and followed[详细]
2023-01-30 03:49 分类:问答Android onKey is not fired for soft keyboard on a nexus one
I\'m trying to catch onKey events from a soft keyboard. however, on开发者_开发问答ly few keys fire the onKey event (Delete, back, etc.). not regular characters. anyone know why?If you\'re trying to ca[详细]
2023-01-29 11:31 分类:问答Soft-Keyboard intercepting my onClickListener?
In Android I have the following code to blank an EditText box when clicked. This is to remove any existing information in the box and start with a blank s开发者_开发知识库late.[详细]
2023-01-25 15:44 分类:问答Android - Soft Keyboard pushes layout of my activity out of screen
My activity\'s layout is as shown below. <LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"[详细]
2023-01-24 00:20 分类:问答How can I hide the soft keyboard in WebView?
For an EditText view i can use setInputType(InputType.NULL), but an web view doesn\'t have it. I tried the rest of the solutions posted on stackoverfl开发者_如何学Goow but none of them worked for a we[详细]
2023-01-23 08:55 分类:问答Android: Dialog box show soft keyboard automatically when focus is on an EditText not working
Android: show soft keyboard autom开发者_如何转开发atically when focus is on an EditText I\'ve read this post that automatically shows the virtual keyboard when a dialog box is shown. however, it\'s n[详细]
2023-01-22 05:25 分类:问答Android - Listen for key presses on Numeric keypad?
I use the fo开发者_JS百科llowing code to listen for the key presses of 0 - 9 from the soft input keyboard on Android:[详细]
2023-01-21 12:55 分类:问答