Questions tagged [swipe]

A quick motion gesture across the touchscreen.

A quick motion gesture across a touchscreen.

2837 questions
9
votes
1 answer

Need help to implement 47degree Android-SwipeListView

Need help to implement 47degree Android-SwipeListView Library URL: https://github.com/47deg/android-swipelistview Full Fledge Working Example: https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistview Problem: Every time…
GDroid
  • 1,254
  • 1
  • 16
  • 36
9
votes
4 answers

Swipe between two UIViewControllers' views

I know I have asked this question a couple of times, but I'm very inexperienced and don't think I've been given the right answer yet. I now have two view controllers, each with a .h file, a .m file, and a .xib file. In both the .xib files, I have a…
user2397282
  • 3,798
  • 15
  • 48
  • 94
9
votes
2 answers

Android how to add swipe Gesture on LinearLayout without onDown true

I'm working on Gesture activity in android I used class to detect the swipe action is public class ActivitySwipeDetector implements View.OnTouchListener { static final String logTag = "ActivitySwipeDetector"; private Activity activity; …
Android learner
  • 1,871
  • 4
  • 24
  • 36
9
votes
1 answer

Stopping the Google Now swipe gesture being recognised

At work I am currently facing a problem where the new gesture in Jelly Bean that opens Google Now is causing a problem related to our design. The app is due very shortly and so redesigning the layout is not possible. Basically the problem is that we…
Jarrod
  • 151
  • 6
8
votes
3 answers

OnFling in a ListView, Get the swiped Item info

I'd like to have in my app the same behaviour of native contacts app. Specifically I'd like to implement the swipe right for call and the swipe left for the textmsg. I've a ListView, I setted the arrayAdapter and i'va implemented the gesture…
Frank.paletta
  • 83
  • 1
  • 6
8
votes
3 answers

Is there a a way to disable swipe back animation in Safari on iOS?

I would like to disable the swipe back animation totally on a SPA. That would allow me to use some swiping gestures within the SPA. At the moment on iOS you tend to also trigger the swipe back gesture when triggering certain gestures. I have found…
Dominik
  • 397
  • 1
  • 3
  • 16
8
votes
1 answer

e.IsInertial almost always false WPF

I have the following XAML for my WPF app, which I am converting from UWP:
simonalexander2005
  • 4,338
  • 4
  • 48
  • 92
8
votes
6 answers

How to delete UITableViewCell with swipe-to-dismiss with fade effect and no red delete button?

After looking into a myriad of StackOverflow posts, nothing really answers how to delete a UITableViewCell with swipe-to-dismiss while fading and without the red delete button. My Tableviewcell looks like a card, so the red frame of the delete…
rgoncalv
  • 5,825
  • 6
  • 34
  • 61
8
votes
4 answers

AmbiguousViewMatcherException multiple RecyclerViews

I have a Fragment that contains RecyclerView. But since I have a lot of elements in this Fragment, I want to swipe up the list to see and check all the elements that are in this Fragment. Earlier this method helped me, but now for some reason it…
8
votes
3 answers

Recycler swipe left and swipe right perform different actions

I have the following recycler view code that that allows the user to swipe right (deleting card from view and also deleting data from SQLite db) and also allowing the user to move tags to rearrange. It works. I'm…
seekingStillness
  • 4,833
  • 5
  • 38
  • 68
8
votes
2 answers

How is the Instagram Stories cube transition done in iOS?

When swiping between stories in Instagrams new feature "Stories" (you know that cube-like transition when going from one story to another) I can't manage to understand how they do it! First of all, if you dig deeper into the functionality you find…
alengqvist
  • 491
  • 5
  • 15
8
votes
1 answer

setDrawerLockMode not working in android?

I want to lock swipe left-right and right-left of DrawerLayout. DrawerLayout drawerLayout; onCreate: drawerLayout = (DrawerLayout)…
rome 웃
  • 1,821
  • 3
  • 15
  • 33
8
votes
2 answers

Android: How to switch between Activities like switching desktops in Home app?

I'm developing an Android Application that has three very similar Activities. I would like the user to be able to switch between them by swiping left and right on the screen. This is how I managed that up to now: I followed this post Then I changed…
user237076
8
votes
3 answers

Not able to set SwipeFlingAdapterView from array adapter

i have use the https://github.com/Diolor/Swipecards and it works perfect if data is static but it is not working with AsyncTask Now i want to bind the adapter with json data. but it is not worked. public class HomeFragment extends Fragment { …
8
votes
1 answer

Adding paging controls to a full page touch swiper/slider - Hammer.js

CLICK FOR FIDDLE Below is a fully functional full page touch slider I have created using hammer.js You can drag, swipe or pan to navigate between pages. The slider works as expected but I am now trying to create fallback navigation by adding two…
DreamTeK
  • 32,537
  • 27
  • 112
  • 171