multi-touch Questions
7
I've playing around with recognizing the touches in an iOS Application, and I have this simple code
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
NSLog(@"%lu",(unsigned long)...
Taille asked 2/3, 2014 at 12:19
3
Solved
I have this code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script>
window.addEven...
Faa asked 2/2, 2017 at 21:30
7
Solved
If I lift my finger up off the first touch, then it will recognize the next touch just fine. It's only when I hold my first touch down continuously and then try and touch a different area with a di...
Clarhe asked 28/4, 2010 at 2:51
2
We are trying to use html5 canvas with tablet stylus, but we have a problem with palm touching with multitouch tablets. When a person try to draw something and touch the display surface with the pa...
Tweet asked 24/3, 2015 at 13:21
3
In my Android app I have an ImageView where I'd like the user to be able to fling it left/right/up/down to change the image (static maps) to the adjacent one. But in addition, I'd like pinch-zoom a...
Forestry asked 9/3, 2013 at 10:35
5
Solved
Can I get the value of MotionEvent.getRawX()/getRawY() of other pointers ?
MotionEvent.getRawX() api reference
The api says that uses getRawX/getRawY to get original raw X/Y coordinate, but it o...
Haematoblast asked 29/6, 2011 at 8:4
4
Solved
You know how Mario just keeps running to the right when you press and hold the right-button on the D-Pad? In the same manner, I want my UIButton to continuously fire its action for the duration tha...
Senna asked 24/5, 2009 at 4:58
2
I'm trying to figure out how to create an accurate pinch zoom for my camera in Unity3D/C#. It must be based on the physical points on the terrain. The image below illustrates the effect I want to a...
Soakage asked 20/5, 2015 at 12:39
1
Solved
A utility which I wrote in C++ for testing purposes currently uses the SendInput function to emulate user input, i.e. mouse and keyboard events. I'd now like to extend my program such that it's abl...
Exhibition asked 19/5, 2017 at 6:49
3
Solved
As a developer, I tend to program first then research later. I was trying to implement a screen that would handle multiple user inputs. Basically map more than just one finger. I tried two things.....
Taxdeductible asked 17/1, 2011 at 3:31
1
Using Zoom by Jackmoore: http://www.jacklmoore.com/zoom/
https://github.com/jackmoore/zoom
I would like to use double tap on touch devices to toggle the zoom effect. The reason is the carousel I'm...
Busman asked 30/6, 2016 at 8:55
3
I need to track user touch events. I want to track when user swipes from edges.
For example when user swipes from left vertical edge I will show a menu, from right edge make an alert, and show anot...
Dejesus asked 11/6, 2014 at 12:40
8
Solved
There are some methods in WebSettings related to zoom:
WebSettings.setSupportZoom
WebSettings.setBuiltInZoomControls
I noticed they work differently on some devices.
For example, on my Galaxy S...
Chari asked 26/2, 2011 at 8:23
3
Solved
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.
...
Blackman asked 6/11, 2011 at 3:43
5
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
I am currently getting 1 object in
touches
when I do a tap with two fingers simultaneously (holding option key and clicking o...
Chinaman asked 11/2, 2013 at 21:52
2
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-ro...
Curtate asked 3/3, 2015 at 12:27
2
Solved
I have to perform all the gesture on my imageview at a time, means user can move imageview on single tap at a time on double tap also zooming and rotation possible.Now i am found this methods to pe...
Welch asked 25/4, 2016 at 6:56
2
Solved
When I create a new Hammer Pinch event, and don't mention the number of pointers in options, it only detects a maximum of 3 fingers, and if I mention pointers e.g.
var multiPinch = new Hammer.Pinc...
Normative asked 14/2, 2016 at 16:41
3
I have a touch screen monitor with 5 touch points. I would like to do some touch work in a new windows forms app but I'm having trouble finding resouces for this.
Is it possible to handle touch ev...
Expropriate asked 19/8, 2014 at 22:59
1
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.
Systole asked 30/9, 2010 at 14:39
4
Solved
How can you disable pinch or multitouch functionality in an Android MapView?
Endocardial asked 7/1, 2011 at 13:41
1
Solved
I want this to be good question, so I'll write in details what I would like to achieve, what I've found on the internet and I show what I've done so far and what I've tried.
I need to add drag and...
Licking asked 15/9, 2015 at 23:15
0
TL;DR - I've enabled touch screen emulation and it's not working. HELP.
I'm using google-chrome ver 44 on OSX and have the "Emulate touch screen" option checked in my devtools emulation tab. When ...
Pathos asked 27/8, 2015 at 18:54
2
Does the Android API expose facilities for generating touch events, for example, repeatedly simulating different gestures on the screen for testing?
Varion asked 10/8, 2015 at 3:8
1
I have an app on the market and I want to update it for the new phones. The old iPhones only supported 5 simultaneous touches where as the iPad supported 10. I was wondering if the new phones now s...
Buckle asked 29/9, 2014 at 11:4
© 2022 - 2024 — McMap. All rights reserved.