Top "Gesture-recognition" questions

Anything related to gesture recognition, i.e. the process of recognizing the gestures of a human user by a machine.

Android: How to handle right to left swipe gestures

I want my app to recognize when a user swipes from right to left on the phone screen. How to …

android swipe gesture-recognition
Fling gesture detection on grid layout

I want to get fling gesture detection working in my Android application. What I have is a GridLayout that contains 9 …

android listener gesture-recognition
Draw on HTML5 Canvas using a mouse

I want to draw on a HTML Canvas using a mouse (for example, draw a signature, draw a name, ...) How …

html canvas gesture gesture-recognition
How to simulate a touch event in Android?

How to simulate a touch event with Android while giving the X and Y coordinates manually?

android adb gesture-recognition
Long press on UITableView

I would like to handle a long press on a UITableViewCell to print a "quick access menu". Did someone already …

ios iphone uitableview gesture-recognition long-press
UILongPressGestureRecognizer gets called twice when pressing down

I am detecting if the user has pressed down for 2 seconds: UILongPressGestureRecognizer *longPress = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(handleLongPress:)]; …

iphone objective-c cocoa-touch gesture-recognition uigesturerecognizer
How to programmatically trigger the touch event in android?

I would like to trigger a touch event like this: First the finger is touch down at the (0,50%) of the …

android touch gesture-recognition gestures
In iOS, how to drag down to dismiss a modal?

A common way to dismiss a modal is to swipe down - How do we allows the user to drag …

ios viewcontroller gesture-recognition
What is the difference between Pan and Swipe in iOS?

Sounds simple .. Hold the Trackpad, move the finger, release .. But somehow swipe is not being triggered (pan is triggered instead) …

ios gesture-recognition gestures
Android - Gesture Detection (Swipe up/down) on particular view

I am trying to implement the OnGestureListener in Android. I have three TextViews in my layout. What i am trying …

android swipe gesture-recognition onfling