Questions tagged [swipe]

A quick motion gesture across the touchscreen.

A quick motion gesture across a touchscreen.

2837 questions
0
votes
2 answers

Swipe up or pull up to refresh in React-Native

I am trying to implement a feature in which whenever I went to end the end of the FlatList and then when I swipe up or pull up for some small time, then this acts as a refresh and required data get loaded. Also the flatlist is long so we reach the…
0
votes
0 answers

implementing swipe for next item horizontal Listview in flutter

I want to implement swipe for next item in horizontal list view in flutter instead of using view pager, cause it doesn't fit my design. like the way horizontal list view in google app store this is my code return ListView.separated( …
Yaser Hesham
  • 177
  • 1
  • 5
  • 12
0
votes
0 answers

Nested RecyclerView with swipe reveal layout

I am using SwipeRevealLayout for swipe-to-delete in recyclerview item.I have textview (height is not stable may vary) and swipe layout. When I have text more than 3 rows , swipelayout height doesnt change. It comes short.What can I do to make it…
k.kbr
  • 45
  • 6
0
votes
1 answer

Swiper JS: Adding Two finger swipe on Vertical Swiper

I'm looking out for a way to add two finger swipe on Vertical Swiper. I tried getting object from swiper.touches object, but it didn't help me returning length of fingers used while swiping like give in…
Rachna Rai
  • 11
  • 1
  • 6
0
votes
1 answer

Save swipe item to firebase realtime in xamarin form

I want to save the swipe selected to firebase. but idk how to do it and cant find any solution to internet. This is my codes in swipe view
0
votes
0 answers

Impossible to enable Edge swipe on wear OS with SwipeDismissFrameLayout

I create a blank jet compose app on Wear OS. I want to enable edge swipe for exit app with left to right gest because i use pan on my app. I follow the procedure that can be seen [here][1], but it does not work. Here is my code with MainActivity.kt…
0
votes
0 answers

Is it possible to swipe cards in all four directions (right, left, top, bottom) using Swipe(React)?

I'm trying to use Swiper(React) to create a deck of cards that can be swiped. The default setting is to swipe either left or right. I want the swipe action for all four directions (right, left, top, bottom). Swiping in four different directions will…
Ishika
  • 1
  • 1
0
votes
0 answers

swipeable recyclerview

enter image description here i want to obtain this design and want to set vector asset in middle of swipeable button and curve for border of that buttons anyone help me out for this
0
votes
0 answers

How to show Swipe transition with tkinter?

I'm creating a project where the Swipe transition between two images. I'm using the tkinter library and I'm stuck. Šobrīd fragments: import tkinter as tk from PIL import ImageTk, Image root = tk.Tk() image1 = Image.open('name.jpg') image2 =…
Sinkos
  • 33
  • 2
0
votes
4 answers

how to integrate swipe gestures into a shadowbox slideshow?

I am loving Shadowbox and its quick and easy setup. I would like to add swipe functionality to navigate from one photo to the next. I am currently using jswipe and though I can get the swipe gestures to fire correctly and control the slideshow…
Matt Wood
  • 3
  • 1
  • 4
0
votes
2 answers

How do you disable swipe to open drawer navigator, but keep swipe to navigate back?

I'm in this situation where I have a screen in a drawer navigator that I want to be able to swipe right to navigate back to the previous screen. But since it's in a drawer navigator, my right swipe opens the drawer and I am unable to navigate back…
0
votes
0 answers

Swipe trailing UITableView Cell by clicking on button

I need to achieve swipe functionality by clicking on the button, as seen in the picture. I achieved this thing by using the following code func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) ->…
Aqeel Ahmad
  • 709
  • 7
  • 20
0
votes
1 answer

How to create a widget with tabview?

Like in this example: I have tried TabView but that just caused the app to crash.
Nawaf
  • 149
  • 1
  • 9
0
votes
0 answers

Android : Swipe gesture for button

Have to give swipe left and right gesture for buttons. I've used GestureDetector to detect onFling and it was working on android 9 and below versions. From android 10 and above by default swipe left/right will go to previous screen. How to disable…
Kamal
  • 1,051
  • 1
  • 11
  • 24
0
votes
1 answer

Invalid update: invalid number of rows in section 0. The number of rows contained in an existing section after the update (1) must be equal to

I'm trying to use a swipe delete function to remove tableview cells. It works fine, except when I have only 1 cell remaining. If I delete the last cell, I get the titular error message. What's going wrong here? It seems to be an internal logic…
Jake Jake
  • 9
  • 4
1 2 3
99
100