Questions tagged [android-virtual-keyboard]
63 questions
1
vote
0 answers
How to programmatically hide some keys from android virtuel keyboard
I'd like to create an text input that hides some keys of the virtual keyboard : shift, record (microphone), numbers and dot (.)

Sami
- 717
- 6
- 28
1
vote
1 answer
android make editText floating when virtual keyboard shown, without resize background
I have a surfaceView in the background of my activity and edit text over it, i need to show edit text when virtual keyboard is shown withouth resizing surfaceView... At the end I need only edit text to move when virtual keyboard is shown

Jole
- 85
- 5
1
vote
0 answers
Detecting the size of virtual keyboards
Using javascript or JQuery, is there any way to detect the size of the android/iOS virtual keyboards?
I need this because when you full screen webpages, the screen (on android) doesn't automatically scroll to the input so the virtual keyboard…

Flying Emu
- 430
- 6
- 14
1
vote
1 answer
Is there a way to see the virtual keyboard presented and how can I close it with AndroidViewClient?
After typing a text on some field (automatically with AndroidViewClient) the virtual keyboard remains on my device screen.
If I make a dump with the culebra script on this step I do not receive views related to this virtual keyboard but I receive…

Prophet
- 32,350
- 22
- 54
- 79
1
vote
1 answer
Adapting component when virtual keyboard appears
I'm designing a simple login activity. I've used the following xml layout:

GVillani82
- 17,196
- 30
- 105
- 172
1
vote
0 answers
Android physical keyboard still makes virtual keyboard show
I'm working on a project where I use an 'Android Mini PC' (chinese) and connect it to the TV. The user uses their remote to navigate through the environment.
The application is fullscreen, but whenever a dialog is launched, the virtual keyboard pops…

Armadillo
- 457
- 1
- 9
- 17
1
vote
2 answers
Hide Android Virtual Keyboard
I have an activity that is showing an EditText and two bottoms.
When I tap on the EditText the Android Virtual Keyboard shows up so that I can type in my text.
Now, before tapping in any bottom I would like to hide the keyboard. I would like to do…

Jorge
- 1,353
- 10
- 25
1
vote
2 answers
Up the virtual keyboard
I ran into a situation where a virtual keyboard displayed
1) When setting the listener:
rssURLTV = (TextView) findViewById(R.id.rssURL);
rssURLTV.setOnClickListener(new View.OnClickListener() {
// @Override
public…

Max Usanin
- 2,479
- 6
- 40
- 70
0
votes
2 answers
virtual keyboard hiding edit text, setting from fragment
Well problem is similar that Keyboard is hiding my edit text but is there some way to handle the virtual keyboard setting from my layout xml file or fragment class rather that from android manifest file.
For example: we use…

Android
- 3,828
- 9
- 46
- 79
0
votes
1 answer
Custom or Virtual Keyboard on Android
I wish to create my own custom keyboard on android. It seems the below project on google code project should be able to achieve this. But to extension to this what I also want to add is ability to handle browser events when user is using custom…

nilMoBile
- 1,932
- 4
- 15
- 20
0
votes
1 answer
Android: How to hide/show keyboard while focused on EditText?
I have registration form and I need to show keyboard when user is focused in EditText. I had always problem with this and I used a lot of workarounds which are no longer working. Im surprised Android cant handle this basic thing like focusing…

martin1337
- 2,384
- 6
- 38
- 85
0
votes
2 answers
ANDROID: Opening virtual keyboard only when doubleclicked?
Currently, when clicking into TextField or similar where manual input is requred the android virual keyboard pops up automaticaly, is there a way to prevent it and set it only when i manualy double click into the TextField?

Jiri Zaloudek
- 326
- 3
- 19
0
votes
2 answers
How to open an activity from the keyboard list?
I'm developping a custom keyboard, and want to add a preference page.
I noticed that gboard was able to open its preference acivity from the virtual keyboard list in the android settings.
I tried to do the same, but I can't find any information…

Yvo
- 21
- 1
- 7
0
votes
1 answer
How to get number of rows of native Android soft keyboard?
I'm building a custom keyboard using input method service in Android and I want its height to be as much as native's keyboard as possible but without numbers row and any other rows (such as prediction row or something).
I set the height of my…

Ana
- 73
- 7
0
votes
1 answer
Close Virtual Keyboard programmatically when user hits enter/done
I'm currently developing an Angular App that is meant to run on tablets. I have a fake form composed of different lines with a textfield each. I want that when the user types a value inside one of those fields and hits enter the keyboard closes…

Luca Effe Federzoni
- 413
- 5
- 15