Questions tagged [android-virtual-keyboard]

63 questions
0
votes
2 answers

phonegap android edittext is hidden behind virtual keyboard

I am developing an android phonegap app. i created a popup using HTML, which contains two edit fields for "username" and "password". when these fields receives focus, the soft keyboard appears and hides immediately. Can anybody say why it behaves…
-1
votes
1 answer

How to override back button press when virtual keyboard is shown?

In my app when the virtual keyboard appears it is pushes up my menu from the bottom, and it is not so nice and it is also cover some of the content so i just hide it when the virtual keyboards shows up. But when i press back to hide the keyboard, i…
Adam Varhegyi
  • 11,307
  • 33
  • 124
  • 222
-6
votes
1 answer

How to hide Android Soft Keyboard?

I have two EditText Views and a Button in Linearlayout. After Completion of writing in the edittext, I want to hide the Android Virtual keyboard, How can I do that?
1 2 3 4
5