Tagged Questions
The gestures tag has no wiki summary.
14
votes
2answers
1k views
Javascript zoom and rotate using gesturechange and gestureend
I am working on some touch events and gestures, I want to be able to zoom and rotate the object, I have successfully made it draggable but the gestures are giving me trouble. The gestures are working ...
7
votes
2answers
769 views
Gesture Recognition In Android
I'm new to Android and I'm working on Gestures. I have a problem regarding how to recognise the text. When a user draws a letter or number that has to be recognised and has to be printed on the top of ...
6
votes
1answer
209 views
Does having variations of gestures in gesture library improve recognition?
I'm working on implementing gesture recognition in my app, using the Gestures Builder to create a library of gestures. I'm wondering if having multiple variations of a gesture will help or hinder ...
4
votes
4answers
305 views
iOS: Cancel UIScrollView touches when using 2 fingers
I have written a UIScrollView subclass that I am using to scroll a series of UITableViews. See the following diagram:
As you can see I have several vertically scrolling UITableViews, that are being ...
4
votes
2answers
418 views
How can I use gestures on iPhone apps using Delphi Firemonkey?
I am trying to write an iPhone app using Delphi XE2 / FireMonkey and have got past many of the initial hurdles, but am now stuck on gesture handling.
I have created a test app with a TVertScrollBox, ...
4
votes
2answers
372 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
2answers
831 views
Silverlight Windows Phone 7: Gesture events?
I'm mocking up a wp7 app in Expression Blend and looking for set up an event handler in response to certain gestures. Some Bing-ing shows some people recommending to use "on click" or something and ...
4
votes
1answer
2k views
Windows Mobile 6.5 Gestures and C# 2.0 Application
I am looking for some advice on handling WM 6.5 Gestures in a C# 2.0 Application. Currently things like pan and scroll are interfering with controls like the Tab Control and listviews.
Is there a way ...
3
votes
1answer
93 views
Zooming in windows phone 7
I want to zoom in/out the canvas in windows phone 7, I have used the windows phone toolkit for
silverlight but it is only zooming a particular item on the canvas like a single image.
In my ...
3
votes
1answer
285 views
Gestures Prediction in Android
I am trying to work on Gestures but the problem is I'm not able to understand some of the lines of code in the sample which is present in the developer's website. Can anyone just explain me the ...
3
votes
1answer
634 views
Change XCode 4 Multi-Touch Gestures
I use MagicPrefs to customize the Multi-Touch Gestures I use in OS X. For example, I like to use three finger swipes up and down to switch between tabs in most applications. XCode 4 seems to already ...
3
votes
1answer
637 views
How to implement tap-and-hold context menus on WP7
The main UI on WP7 uses tap-and-hold everywhere to implement context menus.
I have a ListBox that uses DataTemplates for the items. I would like to have a behavior identical to the app list on the ...
3
votes
1answer
760 views
Delphi 2010 Tablet PC Support
One of the big selling points I saw when I had to buy delphi for my job was the ability to support tablet pc's. Now the client of the company where I work want to use a tablet pc. I've been trying ...
3
votes
1answer
117 views
How to unit test UIGestureRecognizer subclasses?
Has anyone successfully unit tested subclasses of UIGestureRecognizer? What approach do you use or recommend if so? How do you go about synthesizing events if so?
3
votes
3answers
411 views
drawing on iphone
I am trying to develop an iPhone application for children which will be able to draw characters on screen with touch and I want to know how to match the character drawn with good character of the ...
3
votes
0answers
305 views
Android single- and multi-stroke gestures in the same library confuses the GesturesOverlayView?
I have noticed a problem on various handsets that if you save gestures while the stroketype is set to single and then change the stroketype to multi and add some multi-stroke gestures, the multi ones ...
2
votes
1answer
373 views
IOS drag and drop between scroll views
So here is the catch. I have two Scroll Views, one is filled with 10 odd subviews, that are basically like playing cards (custom class views). I want to be able to drag and drop some of these views to ...
2
votes
2answers
79 views
Automatic Hand Animation in Android
I am developing an application for kids which does include a lot of animation. As a part of that I have to write a letter 'S' automatically on the GestureOverlay when an activity starts. It should be ...
2
votes
2answers
157 views
Runtime Cropping an Image in android
I have already selected an image from SD card in my activity's ImageView using Intent.and now I want to show a fixed size moving Rectangle i.e. we have to use gesture and whatever portion of the image ...
2
votes
1answer
779 views
How to detect a swipe-to-delete gesture in a customized UITableviewCell?
I have customized a UITableViewCell and I want to implement "swipe to delete". But I don't want the default delete button. Instead, I want to do something different. What would be the easiest way to ...
2
votes
1answer
2k views
sliding between images android
Thanks for reading!
I am relatively new to Android Animation and Gestures.
I have 15 images that I want to slide around. Only one image shows up on the screen at a time and when I slide L->R on ...
2
votes
3answers
1k views
ontouchevent gesture scrolling issues
I'm using the following Javascript to create ontouchstart/move/end callbacks on div elements for an iOS web app. The only problem at the moment is that when you try to scroll up and down the page, it ...
2
votes
1answer
347 views
Android GestureOverlay with vertical and horizontal strokes
I am currently trying to implement GestureOverlay to capture both vertical and horizontal strokes on top my view. Typically this functionality is not accepted, as it assumes you are applying on top ...
2
votes
2answers
535 views
Gestures Builder isn't installed on my emulator
I've tried several emulators with different SDK versions (2.1 and 2.3), and neither one has the Gestures Builder application installed.
Any ideas?
2
votes
1answer
193 views
Is high-level android lib for gestures that sends event when ascii char is drawn
Is there a high level android library for gestures that sends event when ascii character is drawn? So far I has seen only support for low level gestures --- strokes etc. I would like to add a ...
2
votes
1answer
368 views
Android - Detect Path of Complex Drag
I am recently getting into Android programming and want to make a simple game using 2D canvas drawing. I have checked out the Lunar Lander example and read up on some gestures, but it looks like I ...
2
votes
1answer
474 views
MPMoviePlayerController fullscreen lockup
I have a strange bug regarding the MPMoviePlayerController. If I do a reverse pinch gesture, (move two touch locations apart), while a video is playing (landscape), the video switches to portrait ...
2
votes
1answer
1k views
how to create a raw file of android gestures
I have noticed in the android gesture examples, that it reads the gestures from the res/raw folder. it would be a great thing for my application to include a 'getting started' list of gestures. that ...
2
votes
1answer
303 views
Why would changing the StrokeType of a GestureOverlayView affect the standard behaviour of the view?
I recently introduced multi-stroke gestures into my application. This is a preference so I set the StrokeType dynamically in Activity.OnCreate. What I have discovered is that if you set the StrokeType ...
2
votes
1answer
150 views
Complex gestures on the iPhone
Is there a high level library that handles complex gestures l ike detecting triangles / loops / circles? Is it even possible to build such a library with what Apple already has?
Thanks,
Teja
2
votes
3answers
662 views
IPhone two fingers twist gesture
I need to rotate an image when the user do a two finger twist on it.
do you have an idea on how i can code this or if you've done this before.
I think it would be a good idea to write a class that ...
2
votes
6answers
6k views
draw by mouse with HTML5 Canvas
I want to use HTML5 Canvas to draw by mouse (ex: draw a signature, draw a name,...)
Please help me how can i do? Please give some source code.
Thank you
2
votes
1answer
66 views
Translating Mouse gestures into Numbers (.NET)
I am looking for a way to translate mouse movements - while the left mouse button is kept pressed down - into numbers 0 - 9.
Are there any existing .NET libraries for this?
many Thanks for any ...
2
votes
2answers
862 views
WPF 4 touch events getting the center of a pinch gesture
I am using the .net 4 beta 2 touch libraries, and Im trying to implement a zooming feature in my WPF application.
I can get the zooming working just fine, but what I want is to zoom in on the center ...
2
votes
1answer
3k views
Enabling Swipe-to-delete while showing reorder controls on UITableView
I am looking to allow reordering of UITableViewCells and deleting via swipe to delete, but not via the red delete circle.
- (void)loadView
{
[super loadView];
[table setEditing:YES animated:NO];
}
...
2
votes
1answer
4k views
How to best handle fling gesture for Android ListActivity
I have an Android app with a ListActivity in the main view. The list contains a LinearLayout with a TextView and a hidden delete Button. The delete Button will be hidden by default. I want to use a ...
1
vote
0answers
12 views
How to implement a “swipe” effect on TableRow
I'm looking to implement a swipe action on a dynamically added TableRow in my android application.
Similar to the swipe to dismiss notifications and tasks in the notification bar in ICS: ...
1
vote
1answer
25 views
Flip View like in Contacts Activity (ICS) or Google+ App
I am searching for an easy way to implement a view flipping like used in several occasions by google apps.
Behaviour should be like this: OnScroll the view should move to the side and show the content ...
1
vote
1answer
54 views
onGesturePerformed not recognizing gestures, always returning null
I've read up on gestures in android and even found a similar issue on this site but the solution was not given. So I'm asking it again.
I would like to use GestrueOverlay to flip through a view ...
1
vote
3answers
134 views
The import com.android.internal.R cannot be resolved
Hi i am working with Gestures and i need to import but i m getting error
com.android.internal.R;
The import com.android.internal.R cannot be resolved
kindly help me , please
1
vote
1answer
143 views
phonegap: is it possible to detect double touch swipe from Javascript?
I ask if a Phonegap application is able to recognize double swipe and handle related events in Javascript.
1
vote
1answer
282 views
MonoTouch: How to add a two finger gesture recognizer to UIPageViewController?
The UIPageViewController with the PageCurl transition is great for simulate pages, but the default GestureRecognizer (UIPanGestureRecognizer) is only responding to one finger events. I want to add a ...
1
vote
0answers
215 views
Disable 4 finger gestures of iOS [closed]
Possible Duplicate:
iOS Multitasking Gestures - disable / enable
Im busy making a iPad app where you sometimes need 4 fingers, but with the new iOS its know possible to have the 4 finger ...
1
vote
1answer
169 views
How to identify three finger tap in android
I want to detect three finger tap in android screen.I am able to detect up to two fingers.How to detect three fingers it?I heard some where that android is capable of detecting 2 fingers.Is it so?
1
vote
1answer
218 views
OpenCV hand recognition?
After spending on a while on this, I finally managed to detect the hands through thresholding. The only problem is that VERY FEW pixels in the background remain, which will mess up the next step. Any ...
1
vote
3answers
214 views
-[NSResponder swipeWithEvent:] not called
I am writing an application targeting OS X Lion and Snow Leopard. I have a view that I want to have respond to swipe events. My understanding is that three-finger swipes will call -[NSResponder ...
1
vote
1answer
58 views
Trapping gestures in a UIView
This seems simple enough, but I'm stuck.
I have a View Controller that respondes to some gestures.
I add a subview that is like a "heads up" menu; it covers the entire screen, the background color is ...
1
vote
2answers
182 views
How to recognize tap gesture while a view is animating
Just wondering is there way to have a view recognize tap gestures while it is being animated? I am working on a view that has a cashapelayer line tethered to it. When the user pans the view (pan ...
1
vote
1answer
133 views
Erica Saduns iPhone Developers Cookbook (3.0) Chap 08, Exercise 14 — Resize and Rotate
Regarding Erica Sadun's iPhone Developer Cookbook, in Chapter 8, Exercise 14 Resize and Rotate: the example works just fine, I am able to rotate, resize and whatever. The issue is, how do you ...
1
vote
0answers
72 views
Android - Gestures dont's want to work
I ran Gestures Builder app, created gestures file for slide left/right and wrote this code:
public class MainActivity extends Activity implements OnGesturePerformedListener {
private ...