virtual-keyboard Questions
3
There's a setting in Android called "Show virtual keyboard", which in my phone is located in:
Settings > Languages & input > Physical keyboard. It controls whether to keep the v...
Bilabial asked 17/3, 2021 at 18:4
2
Solved
I am developing a PWA, primarily targeting mobile users. The default behavior for the web, as far as I know it that, when the virtual keyboard is active, the window size adjusts accordingly. This w...
Spelt asked 24/3, 2022 at 16:48
4
Solved
I want to select all content by pressing Ctrl+a from keyboard by using WebDriver with Java. I wrote the following code:
Actions actionObj = new Actions(driver);
actionObj.keyDown(Keys.CONTROL)
.s...
Gasteropod asked 20/7, 2012 at 11:50
2
I am enhancing (in an angular directive) the google places autocomplete input to select the first option if none is selected.
I am using the below code, which works like a charm when using "tab" o...
Weintraub asked 24/9, 2019 at 13:57
2
I want to send virtually the command like this:
when keypress=="a" #if entered key is "a"
send {ALT+TAB} # send ALT and TAB simultaneously
sleep(2) #wait for 2 sec
send {"I love my Country",0.1...
Koosis asked 8/11, 2012 at 13:26
6
Solved
I don't understand why this piece of code is not working. Only backspace and return key are detected. Listener doesn't fire for any other key. My device is Nexus One.
I tried to override activity'...
Minoan asked 26/11, 2010 at 2:47
1
I want to disable entering all Emojis (emotion icons) into my input fields in a WPF application. The way I've implemented it is:
txtUserName.PreviewTextInput += LoginPreviewTextInput;
And the Lo...
Gimmick asked 19/6, 2018 at 10:37
3
Solved
I am trying to find out if the windows 10 virtual touch keyboard is visible or not to know whether to open it or not from my application. THe following code has worked fine up until the latest Wind...
Inquest asked 8/11, 2017 at 18:36
3
I have a WPF application running on a Windows 8.1 tablet. the application is using the following method to show the virtual keyboard:
public static void OpenKeyboard()
{
ProcessStartInfo startInf...
Nellienellir asked 27/5, 2015 at 12:27
14
Solved
I have an Activity with an EditText, a button and a ListView. The purpose is to type a search screen in the EditText, press the button and have the search results populate this list.
This is all w...
Audieaudience asked 3/8, 2010 at 19:22
3
I have a popup window with an adview appearing at the bottom or my screen. I am doing it this way so the user can click an x to close the ad.
When the virtual keyboard comes up when the popUpWind...
Generic asked 13/12, 2011 at 4:36
4
Solved
I recently developed a virtual keyboard application for a customer. The program is working fine with almost all programs, but certain commands like {ENTER} or {DEL} are not working with Citrix. Is ...
Savage asked 17/2, 2011 at 12:24
1
I know there are already some StackOverflow threads about the problem that the virtual keyboard of mobile phones hide or overlapping input fields, text areas and so on. But all these threads were u...
Rosarosabel asked 23/4, 2015 at 11:30
3
i have a question about using virtual keyboard on touch supported pc with Windows 8.1. I have managed to show the virtual keyboard when textfield is focused with java switch:
-Dcom.sun.javafx.isEm...
Gratification asked 16/1, 2015 at 9:28
25
I have a mobile website which has a div pinned to the bottom of the screen via position:fixed. All works fine in iOS 5 (I'm testing on an iPod Touch) until I'm on a page with a form. When I tap int...
Round asked 1/11, 2011 at 17:32
1
Solved
I'm trying to create a virtual math keyboard like the one in khanacademy.org or mathspace.co or similar websites, where you can insert math symbols and write over them to answer a question if...
Aloe asked 9/12, 2016 at 11:48
0
For a kiosk application on a touch screen device we use a web app running inside chromium browser in kiosk mode (--kiosk), which implies full screen. We are now seeking a solution to provide users ...
Leannaleanne asked 26/8, 2016 at 6:38
1
Solved
I am using PyGObject to create an UI that will be run on a 7" official RPi touchscreen connected to a Pi 3 running Raspbian. As part of this interface, the UI will need an on-screen keyboard. I am ...
Dulcle asked 12/3, 2016 at 3:52
6
Solved
I have a pretty simple screen with a couple of EditText widgets and a button. In the emulator, when I click on the EditText widget, a virtual keyboard comes up. However, I can't seem to get rid of ...
Loudspeaker asked 29/12, 2010 at 6:11
1
I would like to create a custom virtual keyboard for touch on Windows 10. I am primarily a c# developer but if Windows 10 Dev is anything like the previous version, I'll probably have to revert bac...
Hayott asked 20/10, 2015 at 14:15
5
Solved
I have a ListView where I've defined the layout of each item in a separate XML file. In this file I've included a RatingBar and an EditText.
I've programmatically created 7-8 items in this ListVie...
Digamma asked 12/8, 2010 at 14:29
1
When I tap an input field in Firefox OS, the on screen keyboard comes up. I am developing a messenger app and have a toolbar that borders the on-screen keyboard with a "Send" button.
When I tap th...
Homocyclic asked 10/11, 2014 at 9:40
1
Solved
I'm new to javafx. I made a simple app form.
It has
Anchor Pane
Pane
Text field
I run that app on touch screen device, but the virtual keyboard doesn't show up. The textfield already focused....
Westerly asked 6/11, 2014 at 10:39
1
Solved
I am working on a ToDo list app wherein I keep the focus on the textbox input after the user adds a ToDo item.
Now, the problem is, when the user adds some text input and hits the add button, the ...
Bardo asked 29/10, 2014 at 5:5
4
I'm trying to recompile an app for iOS 7, since nothing of the old one works so far.
One of the many problems is that I'm using some inputs inside UIWebViews. Text inputs, pickers etc.
Now, when ...
Nidify asked 24/9, 2013 at 0:4
1 Next >
© 2022 - 2024 — McMap. All rights reserved.