Questions tagged [multitouch-keyboard]
11 questions
7
votes
1 answer
Stopping the iPad keyboard from scrolling the webpage too much
It looks like the Safari keyboard works like this on iPads...
If the webpage originally reaches the bottom of the screen, when the keyboard appears it never scrolls past the bottom of the webpage.
If the webpage originally doesn't reach the bottom…

Luke Wenke
- 1,149
- 2
- 23
- 43
3
votes
1 answer
Using the iPhones Multi-Touch Keyboard Search Button
I have a regular text field on a view and I'd like to make use of the search button on the iPhones keyboard. For the life of me, I can't figure out how to do this. There doesn't seem to be any event exposed that I can wire up that specifically…

senfo
- 28,488
- 15
- 76
- 106
2
votes
0 answers
Define input type for Windows 10 touch keyboard from a JavaFX application
I have a working JavaFX app running on windows 10.
I would like to use the touch-keyboard in a similar to MSDN user input scope to change the touch keyboard
HOWEVER there is no way to interact with it. All textfieeds open the Default keyboard.
I…

Henry Aloni
- 617
- 7
- 24
2
votes
1 answer
Create a WPF Touch Screen Keyboard Application which sends keys to another window
My touch screen keyboard is highly customizable interface and has every component I need except for sending keys, anyone see a problem with this. Originally when I was creating it I was going to use the Forms.SendKeys.Send() but it's a WPF…

JustinKaz
- 620
- 3
- 10
- 30
1
vote
2 answers
listening for multitouch events in OS X using the touchesBegan and touchesMoved event handlers
I am trying to record touches and finger movements that users perform on a 2018 MacBook Trackpad.
When I try to test the API and print to console when the user touches the Trackpad, I see no output.
How do I listen for touch events and get data from…

Venkatesh Potluri
- 179
- 16
1
vote
1 answer
Display Windows Touch Keyboard
i am writing an application for windows 8 with Qt and Qml. I want a touch keyboard appears when I set focus to a text input field, such as a search box. Things like textInput.openSoftwareInputPanel(); doesn’t work for a desktop application. Windows…

Claudia_letsdev
- 273
- 4
- 9
0
votes
1 answer
Activate the Touch Keyboard on a RaspberryPi3 (Win IoT 10 Core) with an UWP
I have created a UWP on the Raspberry Pi3 Win 10 IoT Core and want to enter data into a text box using Touch Keyboard. Does anyone have a clue how to activate the Touch Keyboard?

Reiter86
- 53
- 1
- 4
0
votes
1 answer
Android multi_touch listener
Hi I'm working on an android Java app where I need to play three different sounds with soundpool at the same time using three different buttons.**code in picture
**. I loaded sounds into three buttons but when I click all three at time no sound is…

BoomPsy
- 1
- 1
0
votes
1 answer
Is that possible to preload existing program?
I'm working at touch Awesomium-based web brower. I have to use Windows 8 touch keyboard as main browser keyboard. I'm starting process named tabtip.exe:
System.Diagnostics.Process.Start("C:\\Program Files\\Common Files\\microsoft…

Over Killer
- 507
- 9
- 24
0
votes
1 answer
How to force windows 8 touch keyboard to be displayed on the app screen in a winjs application?
Am working on a windows store winjs application and am trying to force display the touch keyboard on the application screen.
I couldn't find any proper solution over the net for the same.
Is there a way to force display it?(would be great if there…

Amar Zeno
- 412
- 1
- 6
- 23
-2
votes
1 answer
Multiclick (2 or more button click together)
I want to make an apps like swiftBraille so a blind people can text with braille keyboard (6 button). The problem is only 1 button that I can click at the same time. So, do you know how to make button can be pressed together to give an action?

Ridho
- 3
- 1