Top "Swipe-gesture" questions

Swipe is a gesture that involves touching a touchscreen or trackpad, translating the finger in one direction across the screen or pad, and removing the finger.

Swiping in Cordova with Jquery and jgestures

There are lots of topics in Stackoverflow when it comes to swiping using jQuery/jQuery mobile. However, none of them …

jquery swipe-gesture
Getting cell indexpath on swipe gesture UITableView

I am doing swipe gesture on UITableView and want to know indexpath of cell on which my fingers are currently …

iphone objective-c ios uitableview swipe-gesture
how to handle 1 to 3 fingers swipe gesture in iOS

I use the following code to handle 1 finger swipe in my code: UISwipeGestureRecognizer *swipe = [[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(…

iphone objective-c ios swipe-gesture
How to show/hide fragment with swipe up/down like soundcloud android app

I am getting curious to know that how a view can be created like the one shown below . Is this …

android android-fragments soundcloud swipe-gesture
How to detect Left swipe and Right swipe for Stacklayout in Xamarin.Forms?

I have been trying to detect left swipe and right swipe for stacklayout. Things in which I need help are, …

c# android ios xamarin.forms swipe-gesture
How to use jquery swipe without any library?

I need to create jQuery mobile like Swipe gestures $("#slider ul li div").swipeleft(); using core jQuery without using any …

javascript jquery jquery-mobile swipe swipe-gesture
Xamrin Forms : Swipe to delete(gesture) in ListView

I want to implement the swipe to delete functionality in Xamrin Forms, for which i have tried the following. Wrote …

xaml xamarin swipe-gesture xamarin.forms
Swipe to go back gesture flutter

How do i implement the swipe from the left to go back gesture in flutter? Not sure if it was …

dart flutter back swipe-gesture
Bottom Sheet Swipe Down Behavior

I have successfully created a ListView within a Fragment. From the list I have also managed to successfully load a …

android swipe-gesture bottom-sheet
programmatically simulate a swipe gesture in Swift

I am implementing a gesture recognizer for swiping in Swift. I wan to be able to simulate the flinging of …

ios swift uigesturerecognizer swipe-gesture