Questions tagged [virtual-keyboard]

A virtual keyboard is a software component that allows a user to enter characters. A virtual keyboard can usually be operated with multiple input devices, which may include a touchscreen, an actual Computer keyboard and a computer mouse.

405 questions
0
votes
1 answer

android web browser and the virtual keyboard

I'm writing an HTML5 application using PhoneGap 2.5.0. In some portions of the app, like the search page, when the virtual keyboard appears, it shrinks the entire page, so I can still see the footer right above the keyboard. However in other…
Itai Bar-Haim
  • 1,686
  • 16
  • 40
0
votes
0 answers

SpaceBar Character issues in AS3

Im working on a virtual keyboard, but my space key is giving me some issues. When its pressed, it creates the space but it dosent physically show. When I hit a normal letter or number key, the space is now visible with the letter in front of it. The…
Tropzilla
  • 25
  • 7
0
votes
1 answer

Virtual Keyboard Bug on iOS6 (using FPC)

I have a problem with the Virtual Keyboard which only occurs on iOS 6. I have a UITextField which I use to catch keyboard imput from the Virtual Keyboard, but on iOS 6 it only shows once, after the keyboard closes for the first time it is not show…
0
votes
2 answers

Blackberry Webworks: strange behavior when closing the keyboard

when closing the virtual keyboard in blackberry webworks, the page sometimes doesn't use the space of the keyboard anymore, that space is blank. Is there any way to prevent this bug? Any help would be appreciated, thank you in advance!
user1448982
  • 1,200
  • 3
  • 12
  • 22
0
votes
1 answer

issue in virtual keyboard

i have a script which is for virtual keyboard, i am facing some problem while creating a keys for superscript and subscript.For eg. while i am using <'sup'>3<'/sup'> in my span class it displays it right,but when i am pressing that key it also…
Vivek Parikh
  • 627
  • 8
  • 18
  • 31
-1
votes
0 answers

Unity TouchScreenKeyboard blocks GUI buttons

When a user selects(touches) an InputField it brings the TouchScreenKeyboard up. But while the keyboard is open, users can not press any GIU buttons. If the touch is outside the keyboard area, it closes the keyboard but does not click on the…
-1
votes
1 answer

How to use 'ng-virtual-keyboard' in Angular 6?

I am trying to integrate ng-virtual-keyboard in my Angular6 project. But it's not working!!! Steps I do - npm install ng-virtual-keyboard npm install --save @types/virtual-keyboard (this command mentioned in 'TypeScript' section of…
Pinaki
  • 792
  • 8
  • 17
-1
votes
1 answer

Swift iOS disable keyboard autocomplete and top part

Is there a way in Swift to force the iOS keyboard to not have the top part? By saying the top part I mean the autocomplete and the input field switcher tools that appear at the top. Some of my views have embedded webViews that run local js and I…
Saik
  • 993
  • 1
  • 16
  • 40
-1
votes
1 answer

How to fix a simple variable problem in C#?

I am trying to fix a line of code in my project in C # using String as a variable but it gives me an error, I have tried several ways to fix it, but I can't reach the solution? What do you recommend to fix my problem? //The problem. …
-1
votes
1 answer

Login virtual keyboard bank

There is a way to login programatically to website like bank which use a virtual keybord for the password ? I found that i have to use an OCR to read the keyboard image(s). Its is the only solution ? And if it is, what OCR I can use for ? What is…
fliim
  • 2,059
  • 4
  • 18
  • 31
-1
votes
1 answer

How to send virtual keys to other application using delphi 2010?

I need to send several virtual keys (VK_RETURN) from my delphi application (myapp.exe) into another application (target.exe). Eg : Send VK_RETURN twice , from myapp.exe , into target.exe The OS that I use are Windows 7 64 bit and Windows XP. I…
Galvion
  • 1,353
  • 7
  • 23
  • 35
-2
votes
1 answer

Blackberry Issue showing VirtualKeyboard and getting a blank screen

I have an issue when i show the VirtualKeyboard then appears on my screen a blank space over the MainScreen. Some ideas to avoid this blank space? Probably is the same weird attitude of the Blackberry OS with this guy... Weird behavior in Blackberry…
Jorgesys
  • 124,308
  • 23
  • 334
  • 268
-3
votes
1 answer

Writing a character on another java application on button click?

I am a Java programmer and new to JavaFx.I want to create a virtual keyborad. I can make everything like buttons,layout,stage,scene everything.I also know using setText() method which can write text on the same java applicatton,but the question is…
Weirdoooo
  • 243
  • 4
  • 10
-4
votes
2 answers

How to keep text box's focus when a window pops up

i am building a virtual keyboard to suit the needs of the touch screen machine i'm going to be deploying on. i am using a popup window for the keyboard and have been able to wire all number buttons as follow, here's my virtual keyboard class public…
-5
votes
2 answers

how do I extend virtual key codes in the windows API (Win32)?

I want to create a new virtual key code in the windows API that I can assign scan codes to and read with GetKeyState but I cannot find a way to extend the enumeration. I have tried using "unknown" virtual key codes in sharpkeys but some applications…
Bots Fab
  • 139
  • 1
  • 9
1 2 3
26
27