Top "Gesture" questions

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

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
disable the swipe gesture that opens the navigation drawer in android

I've been following the navigation drawer guide by Google and I'd like to add it to an Activity with tabs …

android tabs navigation gesture drawer
Android: swipe screen to open another activity?

i'm a n00b programmer and need a lot of help. Just for tutorial purpose, I want to make simple …

android gesture swipe-gesture
How to recognize swipe gesture in UIScrollView

I'm trying to recognize left/right swipe gesture in a UIScrollView. I've tried to create UISwipeGestureRecognizers and associate them with …

iphone uiscrollview gesture swipe
How to make an Android view that flips between views on swipe/fling

I'd like to make a view in my Android app that flips between multiple views on a swipe/fling. I'd …

android gesture
How to mimic two-finger scroll/drag gesture on ios simulator?

I have a scroll page that I specified two fingers minimum. It works on my device, but don't know how …

ios scroll drag simulator gesture
How can a service listen for touch gestures/events?

I'm wondering how apps like SwipePad and Wave Launcher are able to detect touch gestures/events simply through a service. …

android events service touch gesture
How long is the event onLongPress in the Android?

Android supports an event onLongPress. The question I have is 'how long' (in milliseconds) is the 'press' to trigger the …

android events gesture
UISwipeGestureRecognizer Swipe length

Any idea if there is a way to get the length of a swipe gesture or the touches so that …

iphone ipad ios uigesturerecognizer gesture
how to implement both ontouch and also onfling in a same listview?

i have a listview and implemented onclick and also onfling.problem is when i do fling(swipe left to right), …

android listview gesture swipe ontouchlistener