Top "Swipe" questions

A quick motion gesture across the touchscreen.

Horizontal scroll - Mobile - swipe?

Can anyone please recommend the best way to trigger a horizontal Jquery scroller using swipe gesture? We have a working …

jquery mobile jquery-mobile swipe
Touch Events in Vue 2.0

I'm using Vue 2.0 and I should work with swipe gestures. I have checked that there is one official plugin (named …

vue.js swipe vuejs2
Snapchat-like swipe navigation between views in Xcode 6 and Swift)

I've been trying to implement swipe navigation between View Controllers in my app using the Swipe Gesture Recognizer and embeded …

ios xcode swift swipe snapchat
Simple swipe gesture to activity tutorial?

im looking for a turoial with source code on swipe gesutes, I dont want a view pager, I want a …

android eclipse layout swipe swipe-gesture
ios simulator: simulate swipe and drag

I have a UIView within a UIScrollView. When i want to simulate the drag event on the UIView, swipe event …

objective-c ios drag swipe ios-simulator
Android Studio default "Tabbed Activity", how to swipe through fragments?

Complete beginner here.. I have used the "Tabbed Activity" default from the New Project Wizard. I am trying to get …

android android-fragments swipe
ViewPager disable swiping to a certain direction

I want to disable the swiping, but only to the right side. I found a working solution in this answer. …

android android-viewpager swipe
Method onTouchEvent not being called

I'm having a problem that my method @Override public boolean onTouchEvent(MotionEvent event) { return gestureDetector.onTouchEvent(event); } is never called. …

android swipe touch-event
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
Android Swipe on List

Does anyone have a simple example of a ListActivity displaying Textviews in a column and when you swipe left to …

android list textview listactivity swipe