android-softkeyboard
How can I make sure my EditText always has focus?
Whenever an activity starts, I want to make sure my EditText has focus and has the cursor inside. Basically I want to开发者_JAVA百科 make sure the keyboard is up.In the EditText tag in your xml layout[详细]
2023-03-12 12:41 分类:问答Android soft keyboard custom "Done" button text?
I\'m aware I can set my \"done\" button to different things using EditText.setImeOptions(); but how would I set it to custom text? Is it 开发者_开发百科possible for me to specifiy what text I want[详细]
2023-03-10 19:17 分类:问答Keyboard Sliding Events
I want to handle Keyboard Sliding events, Means when we press to Any Edit-text, The Soft-keyboard will automatically 开发者_如何学JAVAappears (Slide UP)[详细]
2023-03-10 02:25 分类:问答Adding textbox to Android Keyboard
I would like to add Textbox next to the soft keyboard sample code in order to have some space to write comments without the need to open additional a开发者_StackOverflow中文版pplication for that.[详细]
2023-03-08 14:39 分类:问答Soft keyboard does not show when Activity starts - Update?
I would like the keyboard to open when my Activity starts. I\'ve tried all the methods/answers with the questions below with no luck.[详细]
2023-03-08 00:12 分类:问答View moves with soft keyboard, blocking other UI objects
I\'ve got a container view that I\'d like to stay at the bottom of my view at all times that sits below a ScrollView. The ScrollView has a handful of UI objects, one being a EditText object. Currently[详细]
2023-03-07 21:38 分类:问答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 EditTe开发者_JAVA技巧xt\'s and a \"Done\" button for 4th EditText field in place of a \"New Line[详细]
2023-03-06 12:33 分类:问答Get the height of virtual keyboard in Android
How can I get the height of virtual keyboard in Android? 开发者_如何转开发Is it possible? I try to get it from the main window, but it gives me full height of the application. But I want to get the k[详细]
2023-03-06 06:01 分类:问答Showing Android's soft keyboard when a field is .focus()'d using javascript
In a web-page I\'ve got a search field. I\'ve added a \"clear\" button so that users can clear the search field and start again. As a convenience, I focus the search field\'s text box and the cursor d[详细]
2023-03-06 01:48 分类:问答Opening softkeyboard again when entering activity from back button
I use android:windowSoftInputMode=\"stateVisible|adjustPan\" in my manifest file to open the softkeyboard when the main activity is launched.[详细]
2023-03-04 19:15 分类:问答