A gesture is a specific pattern of touch or cursor user input that may be recognized by an application to perform a specific task.

learn more… | top users | synonyms

0
votes
0answers
9 views

Android Gestures for Special Keys?

I can use Android GestureBuilder to mime almost all the keys on the normal soft keyboard. My question is: How can we use Android Gestures to produce gestures for special keys such as Space, ...
0
votes
0answers
10 views

LoadingError with GalleryImage and Gesture issue

Im currently working into a image gallery for an android app. Im using Roman Truba's TouchGallery and I have some problems when I load the images. If I load them from app folder, like assets folder, ...
0
votes
1answer
41 views

Android - how to scale/move/rotate the imageviews on a imageview [closed]

I need to implement image editor project. basically, I need to add some icons,text over an input image then export to final image. Is there any good tutorial for this? please help. Thanks, Huy
0
votes
2answers
36 views

Why will same GestureEvent code work on android 2.3.5 but not on 4.0.3

This code will work on a phone with 2.3.5 but not on a tablet with 4.0.3: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
-1
votes
1answer
26 views

Fling inside Dialog Android

Can anyone tell me how to get fling motion event inside CustomDialog or Dialog Theme activity. I have tried by implementing GestureDetector.OnGestureListener , but it doesn't even recognize touch. Any ...
0
votes
2answers
35 views

XNA wp7 gesture detection issue

I have to use both type of input in my app (gestures and simple touch). And i got a problem with it. For example i use double tap gesture and before it detected i have one detection of simple touch. ...
-2
votes
1answer
30 views

Is it possible to add mp3 to a hand posture gesture using QT4

I am really new to QT development. I recently found a way to play mp3 sound using phonon. I want to assign that mp3 sound for a particular static hand posture gesture in my Qt-project. Is there any ...
0
votes
0answers
12 views

Android - Shapes gesture

Is there any library or solution to recognize a shape gesture on Android? e.g, user use finger to draw some shapes on screen, How can I recognize them and convert to vertex shapes such as: rectangle, ...
2
votes
0answers
98 views

Proximity sensor on Galaxy S4 (Air Gestures)

The new Samsung Galaxy S4 have and interesting new type of gestures called "Air Gesture" that use an infrared sensor to process users hand movement in front of the screen, adding a ...
0
votes
2answers
29 views

Zoom Move Pinch listener in google maps v2 in android

i'm using the maps v2 in my Android APP My map is automatically updated every few seconds to show some new points on the map. For every time it refresh, automatically the following event: ...
0
votes
1answer
21 views

Gesture Detector with onDraw() called multiple times

I am using GestureDetector to identify the touch.I have two Relative layoutsof same layout size.I am trying to draw an image A on one layout and move an image B(created using onDraw) on another ...
0
votes
1answer
15 views

How to disable gesture highlight animation on onGesturePerformed?

I was doing similar gesture detection from vogella tutorial here. My MainActivity is: package com.example.gesturesaveopendocs; import java.util.ArrayList; import ...
0
votes
0answers
12 views

How to make simpleOnGestureListener inactive for 1 second before allowing another swipe gesture

I have a ViewFlipper setup with a TextView but need to ensure the user cannot swipe past each TextView too quickly using left or right swipe gestures. What is the best way to achieve this? I've ...
0
votes
1answer
18 views

Whenever I try to rotate imageview, it only rotates on axis

So I have been attempting to create a program that can drag, zoom and rotate a photo. The big problem I seem to be running into is that whenever I try to rotate the photo, it rotates along the corner, ...
0
votes
1answer
24 views

Javascript support for touch without blocking browsers pinch support

I have a little web gallery that I added swipe navigation to for mobile browsers. I did it with pretty simple touchstart/touchmove/touchend event tracking. The problem is that when I try to pinch ...
0
votes
0answers
16 views

YouTube Android APi v3 - GestureDetector

I've added a GestureDetector to the YouTubePlayerFragment in a dialog and it works fine - flings up, down, left and right can be detected. I also have a custom fullscreen handler where I hide widgets ...
0
votes
0answers
11 views

OnGestureListener always activates longpress

I am currently trying to implement GestureDetector.OnGestureListener on a class that extends an ImageView. I have: private GestureDetectorCompat detectorCompat; ... // in the setup of the view ...
0
votes
0answers
21 views

Android Gesture above Fragments with ListViews and Viewpagers

Currently, my app uses a lot of fragments in one FragmentActivity, (look a like facebook app navigation). In a lot of my Fragments, I have ListViews and ViewPagers and scrollviews. I would like to ...
1
vote
0answers
12 views

Android: Distinguishing between scaling and other multi-touch gestures

I'm currently in the process of creating an application in which a large amount of input is through the use of surface gestures. This also involves the use of multi-touch gestures. In a very short ...
0
votes
1answer
16 views

Is there a way to control safari mouse swipe gestures?

In the latest version of OSX and safari you can use mouse swipe gestures to go forwards and backwards through your browser history. my problem: I have a page with a horizontally scrolling image ...
0
votes
1answer
60 views

Windows 8 Getting Absolute X Y Coordinates of Touchscreen (regardless of window) [duplicate]

I've scowered MSDN/Google for the past few days and I've been unable to find the answer to this question. I'm looking to get the X Y coordinates of a touch/multiple touches on a touchscreen device ...
0
votes
2answers
39 views

Android: why does a swipe kill my app?

I was trying to make a TextView change when I swipe across the screen. I used GestureDector.OnGestureListener, and just recoded the onFling() methode as follows: @Override public boolean ...
0
votes
0answers
12 views

Problems using gestureDetector on top of buttons or editText

I'm changing activitys by fling using gesture detectors, but if I try to swipe on top of buttons for exemple, it doesn't work. @Override protected void onCreate(Bundle savedInstanceState) { ...
1
vote
0answers
49 views

Android Canvas - Scale and Translate

I have an SVG that I want to zoom and pan using gestures in Android. It works, but not smoothly enough for my tastes. So how can I improve this class to have smooth panning that works at all zoom ...
0
votes
2answers
26 views

Android: Tracing a multi-touch gesture

I'm attempting to create a simple Application that traces a user's gestures on the screen. Now with single touch gestures this can be achieved rather simply by using the following code in your ...
0
votes
0answers
12 views

Interprettint text from the surface view

I have a transparent surface view in which i can scribble with free hand . I want to interpret what is scribbled on the surface view and use it as text anywhere . Please guide on how to interpret it ...
0
votes
2answers
22 views

How to get the link with long tap with Javascript?

Basically I want to get the link the user tap on (long tap gesture) on IE 10. For click event, I found this function linkClick(e) { alert(e.target.href); } links = ...
0
votes
0answers
20 views

Javascript Change MSPointerDown event listener target to anchor link in IE10

I have the following code which fires when the document body on a long tap. But what I want to achieve is to make it fired when a link on the page is on long tap (hold). My limited knowledge in ...
-2
votes
0answers
18 views

How to implement a sidebar similar to the one in iTunes that will open and close with two finger gesture? [closed]

I am developing my first app for OS X (not iOS), and would like to implement a side bar (the kind that you see in iTunes, Finder, etc.) in the app that a user can easily slide open and close by simply ...
0
votes
1answer
30 views

ListView pinch-to-zoom possible?

I'm trying to implement pinch-to-zoom on a ListView which contains small pieces of code. However, I can't seem to get it to work. I suspect it may be not possible to implement multitouch zoom on a ...
0
votes
1answer
56 views

The GestureDetector does not work (example from android developer)

I am reading the gesture in android at android developer, and following the tutorial I tried to run the following codes: public class MainActivity extends Activity implements OnGestureListener, ...
0
votes
1answer
43 views

WPF CommandBinding for App menu with Gestures

I have a sample WPF app that I am trying to get the App level menus with KeyGestures working. This is working fine if I have my app menu in the MainWindow. Here is my Window Xaml <Window ...
0
votes
1answer
24 views

How can I detect accessibility gestures from within a custom view?

I need to make a custom view detect and react to Jellybean's accessibility gestures (eg: scroll a page, swipe focus). An example would be appreciated. I can't seem to find anything definitive in the ...
-1
votes
0answers
15 views

Unhandled exception. Access violation reading location 0x0000002c.

CvHaarClassifierCascade *cascade; CvMemStorage *storage1; CvMemStorage *storage2; CvMemStorage *storage3; CvMemStorage *storage4; int main( int argc, char **argv ) { CvCapture *capture = 0; ...
0
votes
1answer
38 views

Android: Recognising Gestures when screen is locked

I am currently in the process of creating an MP3 player. In particular, the main mode of user input is in the form of (touchscreen) gestural input. I would like to add the functionality allowing users ...
0
votes
0answers
21 views

control animationDrawable with gesture

I'm currently working on AnimationDrawable and i was wondering if every drawable items can be controlled by swipe right and left gesture to perform rewind and forward.and it should halt if no gesture ...
-1
votes
0answers
14 views

Gesture based navigation on windows phone 7.5? [closed]

I want to implement NavigationService.navigate to move from one page to previous page, when the user does a touch action gesture from left to right on the mobile screen, with his finger. Can somebody ...
1
vote
1answer
64 views

UIButton detect press and hold, along with “gesture recognizer”?

I'm trying to figure out how to detect a press and hold, as well as a gesture recognizer on a UIButton. I did search around and didn't find exactly what I was looking for. Here is a quick gif to ...
0
votes
1answer
37 views

Change UIImageView alpha state on tap

Wish to change UIimageview alpha with tap gesture, for example: Tap - change alpha to 0.5f Tap again - alpha back to 1 state Is it possible?
0
votes
3answers
34 views

ios: pinchGesture that only happen once

In IOS 6, how to add PinchGesture that only detect once? I have a UIView that I add to pinchGesture: [self addPinchGestureRecognizersToView:self.view]; Then I attach a function to this Pinch to ...
0
votes
0answers
37 views

Zoom (pinch gesture recognizer) doesnt work as it should

When I write my code (i have tried another one as well, same result) my image just kind of vibrates (very quickly zooms a little bit in and out) but doesnt zoom in as it should. My code: - ...
0
votes
1answer
21 views

onFling() gestures not being accurate

So, I have the following body for my onFling() method: public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { try { // ...
0
votes
1answer
28 views

How to prefer tap gesture over draw gesture?

In my view I'm overriding all the "touches*" methods to let the user draw on the screen. I'm recording the locations. In addition I have two gesture recognizers on my view to detect single tap and ...
1
vote
1answer
22 views

Gesture controls crash when calling methods on C4WorkSpace.m

So I'm working with the C4 framework on a project and I'm having a bit of trouble with using the gesture controls and calling methods from C4WorkSpace. I found this link that had to do with this ...
0
votes
0answers
21 views

Android fling out of sync

I have a Fragment that contains a ScrollView. The fragment is an implementation of OnGestureListener and with the following onFling code: public boolean onFling(MotionEvent e1, MotionEvent e2, ...
1
vote
0answers
17 views

GestureBuilder fails saving renamed gesture

I import GestureBuilder from Android Sample Project in Eclipse. However, I don't know why I can't rename a gesture and save it. While the Delete feature works fine, the Rename feature can't save the ...
0
votes
0answers
31 views

Detect Swipes in HTML application

I'm making an application with Phone Gap that uses HTML, CSS and Javascript. I would like to capture a left or right swipe on a certain element that will bring up a menu, but I don't know how to ...
0
votes
0answers
9 views

How to create a pull out tab to a sub scene

I'm trying to create an UI component to the HUD of my game. In the top left corner I have a section where the selected character's basic information is displayed, things like HP bar, mana bar, and a ...
0
votes
0answers
48 views

android fling on horizontalscrollview interfere with clicks

I have the following custom horizontal scroll view in the layout: android:id="@+id/hsvHomeDown" android:layout_width="match_parent" android:layout_height="wrap_content" ...
0
votes
1answer
78 views

Pass touch events from UIView on top of UITableView

I'm trying to build a custom table view with a UIView overlaying it. I'm trying to recognize a special gesture on the regular UIView, specifically a pan gesture that takes a double tap to activate it ...

1 2 3 4 5 15