Top "Swipe" questions

A quick motion gesture across the touchscreen.

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
Detect a finger swipe through JavaScript on the iPhone and Android

How can you detect that a user swiped his finger in some direction over a web page with JavaScript? I …

javascript iphone android swipe
dynamically add and remove view to viewpager

(I figured out a solution - please see my post in the Answer section below.) In my app, the user …

android android-viewpager swipe
Custom edit view in UITableViewCell while swipe left. Objective-C or Swift

How to make a custom edit view in iOS7 UITableView with Objective C like the Evernote or the Apple Reminders …

ios objective-c swift uitableview swipe
How to recognize swipe in all 4 directions

I need to use swipe to recognize swipe gesture down and then right. But on swift UISwipeGestureRecognizer has predeterminate Right …

ios swift swipe direction uiswipegesturerecognizer
How to implement swipe gestures for mobile devices?

I have an application made in AngularJS which has arrow key navigation to switch views. I want to implement this …

javascript mobile touch swipe gestures
Setting direction for UISwipeGestureRecognizer

I want to add simple swipe gesture recognition to my view based iPhone project. Gestures in all directions (right, down, …

ios iphone swipe uiswipegesturerecognizer
PagerAdapter start position

I'm using the following example to impliment my viewPager: http://code.google.com/p/viewpagerexample/issues/list The problem with …

android android-viewpager swipe
How to use Hammer to swipe

I've found an interesting resource: Hammer.js. I tried to swipe with Hammer and jQuery. 1) I've downloaded the code here 2) …

javascript jquery swipe hammer.js
How can I implement a swiping/sliding animation between views?

I have a few views between which I want to swipe in an iOS program. Right now, I'm swiping between …

ios swipe