multi-touch refers to a touch sensing surface's (trackpad or touchscreen) ability to recognize the presence of two or more points of contact with the surface (Wikipedia)
Questions tagged [multi-touch]
1283 questions
11
votes
6 answers
Do Android/webOS devices support multi-touch Javascript events?
On iPhone, iPod touch and (presumably) iPad, Apple has multi-touch event handling available via JavaScript in Mobile Safari. I know the Nexus One recently added multi-touch support via an update, and I believe webOS is also multi-touch enabled. Do…

Rufo Sanchez
- 615
- 1
- 6
- 20
11
votes
3 answers
Is there any way to get a three finger touch in the iPhone simulator
I have an app that I need to test 3 finger touches and 2 finger touches, is there a FREE application that allows me to use 3 finger instead of being limited to only using 2 fingers like in the simulator?

Jab
- 26,853
- 21
- 75
- 114
11
votes
4 answers
How to do pinch gestures on the iPhone?
How does one implement pinch gestures on the iPhone? I'm familiar with using touch events on the iPhone but I'm extremely lazy and don't want to re-invent the wheel for something as widespread as PINCH gestures...Source code or links thereto would…

RexOnRoids
- 14,002
- 33
- 96
- 136
10
votes
4 answers
How to track touches in a consistent way between touchesBegan: and touchesEnded:?
In some maintenance of some multitouch "drawing on screen" code, I met a bug relative to how references to touches instances should be set between touchesBegan:withEvent:, touchesMoved:withEvent: and touchesEnded:withEvent:.
The code uses a…

Mick F
- 7,312
- 6
- 51
- 98
10
votes
3 answers
Android multitouch! hack anyone?
I have to let this slip for now as a purely academic issue but i would very much like to see a solution in near time.
Due to the way that Android handles multitouch you can (as i see it) only trap the event in a single view. I've tried an hack for…

JQCorreia
- 727
- 6
- 15
10
votes
4 answers
How do I enable touch on multiple buttons simultaneously in react native?
I need that when I am touching and holding one button then I should also be able to touch on the button 1.
this.console("Button 2 Clicked")}>
BUTTON 2
…

Satya P. Goyal
- 438
- 5
- 13
10
votes
5 answers
Is there a built in API for handling pinch-zoom functionality in Android
I just wanted to know if there is some kind of class to use the multitouch features of android 2.1. Specifically I am trying to implement pinch-zoom and was wondering if I always have to measure the distance between two touch events and calculate…

krise
- 101
- 1
- 1
- 3
10
votes
4 answers
WPF supports touch or multi-touch screen?
I am wondering whether WPF on .Net 3.5 supports touch or multi-touch for laptop? Appreciate if there are some cool Demos to show the effect.
I am using VSTS2008 + C#.
thanks in advance,
George

George2
- 44,761
- 110
- 317
- 455
10
votes
1 answer
Multitouch GTK3 Example
From what I understand, multitouch support was added to GTK+ as of version 3.4. What I'm not clear on is whether this applies just to touch screens like phones/tablets or whether it extends to Apple style touch pads (the way Ubuntu/Unity and OS X…

gregghz
- 3,925
- 7
- 40
- 69
9
votes
4 answers
Slider \ ScrollViewer in a touch interface not working properly
In WPF I've got the following XAML:
9
votes
2 answers
Multi-touch gestures in webapp on desktop
I'm developing online map(like google maps) of cool fantasy world. I'm also use OS X on my main computer. Since OS X(especially Lion) are focused on different multi-touch gestures because almost of all mac users have a multi-touch input…

XRazont
- 113
- 1
- 6
9
votes
0 answers
How to identify and track multitouch gestures in React.js?
There is a lot of documentation about tracking multitouch gestures in React Native, but almost nothing for React.js. Is it recommended to use a library? if it is, which one? I want to identify and track gestures like pinch, pan, swipe, zoom.
9
votes
2 answers
Custom textview with rotate, zoom in,zoom out and move on touch in android?
Any buddy have Custom Text View with Rotate, Zoom In, Zoom Out & Move functionality like MutiTouch Image View like this http://judepereira.com/blog/multi-touch-in-android-translate-scale-and-rotate/ in android?
I Want exactly like this screen…

ravi152
- 209
- 1
- 4
- 13
9
votes
1 answer
Libgdx multitouch on desktop systems
I have a monitor with multi touch. It's possible to handle multi touch in libgdx on desktop systems(win7, osx...)?

zella
- 4,645
- 6
- 35
- 60
9
votes
1 answer
Create a multi-touch Qt 5.1 application
I’m trying to write a multi-touch desktop application. I have a QML based application and now I try to drag more than one QML element at the same time.
I tried to use MultiPointTouchArea, but this doesen’t work. So I got 2 elements. For example 2…

Claudia_letsdev
- 273
- 4
- 9