Top "Touch" questions

Touch-based interfaces have unique considerations that do not apply to other modes of input, and vice versa.

Detect if on-screen keyboard is open (TabTip.exe)

I am working on a WPF/C# application for completing forms. I am trying to find a way to determine …

c# windows-8 keyboard touch on-screen-keyboard
Crossing over to new elements during touchmove

I'd like to make it so that as you drag your finger over a set of elements, the background of …

javascript jquery touch
Android - Detect Touch Pressure on capacitive touch screen?

I've heard of: MotionEvent e; float press = e.getPressure(...); But this only returns 0 for no touch, and 1 when my finger …

java android touch motionevent pressure
touchmove/MSPointerMove event not firing in Windows 8

I'm just a lowly uC programmer who's trying to put together a little web interface for his boss. I've got …

javascript touch windows-8 tablet internet-explorer-10
Converting GWT Click Events to Touch Events

I am working on a Big Project and i have a lot of GWT code written. Now i am working …

gwt touch tablet
touchstart and touchend events in ionic 3

I'm looking for a separate event handler in Ionic 3 for starting and ending a touch on an HTML element on …

html ionic3 touch dom-events touchstart
Using Unity3D's IPointerDownHandler approach, but with "the whole screen"

In Unity say you need to detect finger touch (finger drawing) on something in the scene. The only way to …

c# unity3d touch
Android ACTION_MOVE Threshold

I'm writing an app that involves writing on the screen using one's finger, or eventually a stylus. I have that …

android touch move ontouchlistener threshold
ScrollView with children view, how to intercept scroll conditionally

I have a container ViewGroup, lets call it screen inside a ScrollView. This container view hosts a number of other …

android touch scrollview touch-event
iphone/ipad - parent UIView is blocking touches from getting to subviews - why?

I have a UIView which has a bunch of subviews. The subviews should be able to receive touch events, but …

iphone ipad uiview touch subview