Tagged Questions
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)
34
votes
3answers
11k views
Android Multitouch - Possible to test in emulator?
I recently discovered that the Android 2.0 SDK supports multitouch through new functions in the MotionEvent class. You can specify a pointer index when retrieving touch properties, and in cases where ...
20
votes
4answers
2k views
Extending Functionality of Magic Mouse: Do I Need a kext?
I recently purchased a Magic Mouse. It is fantastic and full of potential. Unfortunately, it is seriously hindered by the software support. I want to fix that. I have done quite a lot of research and ...
10
votes
6answers
6k views
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 ...
9
votes
0answers
280 views
Multitouch not working in cocos2D for iPhone
I am quite familiar with cocos2D (been working with it for over 1 year) and I encountered a problem with my multitouch game - the multitouch.
What I have:
[glView setMultipleTouchEnabled:YES] in my ...
8
votes
3answers
1k views
Android testing, how to simulate multitouch (zoom in/out) using instruments?
I can simply simulate single touches - tap, swipe, hold etc in my tests, but completely stuck with simulating multi touch on HTС Desire with Android 2.2.
Could you please advise, how can I reproduce ...
8
votes
4answers
11k views
android multitouch image zooming?
I'm displaying an image on full screen now i want to zoom it in or out.
Any one guide on how I can implement multi touch image zooming?
I am using the 2.1 sdk version.
8
votes
5answers
5k views
When does a touchesBegan become a touchesMoved?
When you drag a finger across the iPhone touchscreen, it generates touchesMoved events at a nice, regular 60Hz.
However, the transition from the initial touchesBegan event to the first touchesMoved ...
7
votes
3answers
7k views
enable/disable zoom in Android WebView
There are some methods in WebSettings related to zoom:
WebSettings.setSupportZoom
WebSettings.setBuiltInZoomControls
I noticed they work differently on some deveices.
For example, on my Galaxy S ...
7
votes
2answers
3k views
UIPinchGestureRecognizer position the pinched view between the two fingers
I successfully implemented a pinch a zoom of a view. However, the view doesn't position itself where I wished it to be. For the stackoverflowers with an iPad, I would like my view to be centered like ...
6
votes
2answers
1k views
How to code for multitouch
So I'm developing an application that must handle multitouch. Basically I want single touch for rotating ( this is no problem ). And multitouch for scrolling.
I have the basic code in, but I'm ...
6
votes
2answers
4k views
How to test multi-touch in Android Emulator
I'm trying to use multi-touch in an Android 2.0 app. How can I simulate this with an emulator using Eclipse? I can only seem to get the mouse to do one touch at a time.
Thanks,
Gerry
6
votes
1answer
3k views
Android multi-touch support
I wonder if is the Android multi-touch support reliable? I've read it suffers from some problems.
I also wonder, how can I define custom multi-touch gestures? Like: 3 fingers rotate or 3 fingers stay ...
6
votes
5answers
5k views
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 ...
5
votes
1answer
215 views
General considerations for NUI/touch interface
For the past few months I've been looking into developing a Kinect based multitouch interface for a variety of software music synthesizers.
The overall strategy I've come up with is to create ...
5
votes
5answers
6k views
How to disable multitouch?
My app has several buttons which trigger different events. The user should NOT be able to hold down several buttons. Anyhow, holding down several buttons crashes the app.
And so, I'm trying to ...
4
votes
2answers
178 views
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 ...
4
votes
3answers
728 views
pointerIndex out of range Android multitouch
I have a touch event exception that is causing my game to crash on tablets (or more specifically, honeycomb)... My game works fine on my phone and I haven't heard of this happening to anyone that ...
4
votes
2answers
463 views
How to detect Fingersize with IOS?
Is it possible to detect the fingersize in an IOS Application?
I've read in the documentation:
Notes: A finger on the screen affords a much different level of
precision than a mouse pointer. ...
4
votes
2answers
375 views
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 ...
4
votes
3answers
490 views
Possibility of dragging more than one element on a webpage with jQuery
I create a web application with HTML5, CSS3 and jQuery, jQuery UI and jQuery Mobile.
Now I have a little example (example: http://jsbin.com/ayoba4/2)
<!DOCTYPE html>
<html>
...
4
votes
2answers
1k views
Touch screen supported API for desktop development in Java Swing?
I'm developing a system that will eventually be implemented on a touch-screen supported machines such as HP Touchsmart.
Are there any relevant references in java swing api that support flicking ...
4
votes
1answer
2k views
How can I test multi-touch on Android Emulator?
I don't have an Android phone now, but I really want to test Multi-touch or Shake feauture. How can I do this on Emulator?
4
votes
1answer
211 views
Testcase with multitouch on Android?
The TouchUtils class in the android documentation has functions like drag()
...
4
votes
4answers
1k views
How to detect two fingers tap on iPhone?
Anyone know how to detect two fingers tap on iPhone?
Thanks in advance!
4
votes
1answer
248 views
.NET 4 - Determine the number of touch points available in Win 7
Windows 7 reports the number of touch points available to the system under the computer properties - is there a way to get that info in .NET 4?
3
votes
2answers
91 views
How to make the two textviews invisible on the touch in android
I have come up with an idea such that on the touch of the two TextViews both become invisible. This idea works when I touch a single finger on the TextView and only one TextView becomes invisible. But ...
3
votes
1answer
260 views
Android : Multi touch and TYPE_SYSTEM_OVERLAY
I am trying to get multiple touch events on a system overlay view, but am only receiving the MotionEvent.ACTION_OUTSIDE event.
Is there any possible way of getting multiple touch events on a system ...
3
votes
1answer
284 views
Paging UIScrollView with two-finger pan and zoom
The test case is easily reproduced: download Apple's PhotoScroller sample app, and try to adapt it so that panning (both around a zoomed image, and between each image) only works with two fingers.
...
3
votes
1answer
201 views
How to modify Button for Multitouch support on Windows Phone?
I want to have a button that responds to the Touch.FrameReported Up & Down events instead of the usual MouseDown and MouseUp events that would be used so this button can be used at the same time ...
3
votes
1answer
193 views
How do multi-touch gestures in iOS behave if more than 2 fingers are involved?
I'm developing a multi-touch library for Flash and not to reinvent all the wheels I try to check how other developers code similar stuff. One of the biggest problems is gestures with multiple fingers ...
3
votes
1answer
356 views
Recognition of swipe with two touches in UIScrollView
I have an UIScrollView with full screen size (iPad, 1024x768, landscape mode). So I need to recognize swipe with two finger in any direction over it. That's what i have (mainScroll is the property of ...
3
votes
1answer
264 views
Objective-C. How do I write to an NSObject from within a C function that doesn't see Obj-C variables?
I'm trying to get some code going that lets me display raw trackpad data from my macbook pro, like the app FingerMgmt. Unfortunately, no one seems to have the source for FingerMgmt. I did find some ...
3
votes
1answer
626 views
Multi-touch gestures on Silverlight 4 and Windows Phone 7
Question: What is the best cross platform multitouch approach for Silverlight?
Background:
I’ve been developing large SL4 applications and have now started porting them to WP7.
The porting ...
3
votes
5answers
6k views
jQuery - draggable images on iPad / iPhone - how to integrate event.preventDefault();?
I use jQuery, jQuery UI and jQuery mobile to build a web application for iPhone / iPad.
Now I create images and they should be draggable, so I did this:
<!DOCTYPE html>
<html>
...
3
votes
1answer
351 views
WPF Multitouch DeltaManipulation Mouse Events Equivalent?
i have a small demo app with a grid. this grid contains a image. i use the following code to scale and translate the image with touch.
private void manipulationDelta(object sender, ...
3
votes
2answers
124 views
Is it possible to emulate a second finger for the Windows Phone 7 emulator?
It's a bit annoying having to deploy to a device everytime to test multitouch functionality so I was just wondering if it's possible to fake the second finger. Obviously plugging in two mouse's ...
3
votes
1answer
382 views
Is there a way to detect, through browser javascript, multi-touch events of a trackpad, magic mouse or magic trackpad on a mac?
I know there are many ways to do so directly on the iPhone (jQtouch), but I'd like to detect those events in my computer's browser.
3
votes
1answer
2k views
How to webview swipe gesture detect with multitouch zooming enabled withing a flipper
So is there a way for a webview control to detect a swipe while capable of doing multitouch zoom and having build-in zoom controls?
3
votes
2answers
556 views
Is there a way to trigger gesture events on Mac OS X?
I want to trigger multitouch gesture events on Mac OS X. Is there a way to do this? Mouse or keyboard events can be triggered with CGEventCreateMouseEvent and CGEventCreateKeyboardEvent. Is there ...
3
votes
2answers
372 views
How to fake “Multitouch” for Windows Mobile?
Here's the idea:
I have two panels that have MouseDown events. The idea I had was to have a timer that would enable and disable the panels alternatively every tenth of a second.
I was hoping that ...
3
votes
7answers
3k views
How to force iPhone/iPod touch to handle more than 5 touches at the same time?
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch.
But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen.
I don't ...
3
votes
6answers
5k views
Differentiating Between UITouch Objects On The iPhone
I'm trying to differentiate between two (or more) UITouch objects on the iPhone.
Specifically, I'd like to know the order in which the touches occurred.
For instance, in my -touchesBegan:withEvent: ...
2
votes
1answer
60 views
Android - touch two buttons at same time
What is the best way to touch two buttons at the same time? I am working on an app that has buttons, like a D-pad and a jump button, to move your character around. Right now I am just using normal ...
2
votes
0answers
59 views
Application, improve performance of touch events
Basically, I have an application witch is 8000px by 8000px (I can't tell what it is exactly, but let's say it represent the entire car's interior). We can zoom in to view a specific part, example on ...
2
votes
0answers
31 views
Android Multitouch - Determine which finger lifted?
I understand the differences between the ID and Index where it seems like the ID is consistent across events, and the index can vary.
However, I keep getting changing ID's and am looking for some ...
2
votes
2answers
76 views
Android: Multitouch issue
Here is the scenario of my problem:
-I press down on the screen. I can keep track of this touch event with the ACTION_DOWN variable of the MotionEvent class. My problem comes when I keep this initial ...
2
votes
2answers
43 views
iPad - Which user touched the screen?
When someone points a finger, his finger is pointing in a specific direction, right ?
ok, so when a user touches the iPad, i would like to know where that touch came from. I am not saying on the iPad. ...
2
votes
1answer
150 views
Now that Android 4.0 is out, is Multi Touch possible in android emulator?
There are similar questions like this uptill Android 2.3 sdk on Stackoverflow. But as per the answers it was not supported back then. I have even seen a feature request ticket for it with Google but ...
2
votes
2answers
416 views
jquery mobile finger(s) detection
With jquery mobile, is it possible to detect the number of fingers that are on the screen? I am an UI student trying to put together an application for a school project. Essentially I need to have a ...
2
votes
2answers
115 views
User focus in multitouch environment
I am trying to create a multitouch application.
I have the hardware which will allow me to do this. On the software side I want to be able to have WPF textboxes, WPF web browsers, multiple focuses, ...