Questions tagged [swipe]

A quick motion gesture across the touchscreen.

A quick motion gesture across a touchscreen.

2837 questions
0
votes
0 answers

How to make swipe gesture from down to up to show a inner layout in java?

I found a better file management app named as MT Manager. But there is a feature I like most you can see the GIF. Here if we swipe from Bottom Navigation Menu then you can see a beautiful custom layout coming up. If we see some Vivo Device this type…
0
votes
0 answers

Layer Swipe slider but with two different maps (components & React)

Does anyone know how to implement layer swipe slider like this: https://openlayers.org/en/latest/examples/layer-swipe.html but with two different maps in React? I tried using react-split-pane but it's giving more of a slider window animation rather…
nikola_so
  • 1
  • 1
0
votes
0 answers

How to modify the dataset in a androidx Carousel in android studio (java)?

I am trying to use a Carousel to show different picture. the carousel is in a MotionLayout and the animation are working fine (swipe right and left to navigate and swipe up to remove the item) but when removing the item on a swipe up from the list…
0
votes
0 answers

Incorrect image displayed when swiping to a new card in a Flutter app using CarouselSlider

I have implemented a card-swiping feature in my Flutter app using the CarouselSlider library. Each card represents a user profile and contains multiple images. The issue I'm facing is that when I swipe to a new card, the widget displays the wrong…
0
votes
0 answers

swipe react native load only 3 items at a time when user swipe load next 3 time remaining to false or null and display 1 item

Question: I need to transform React Swipe this file to RN equivalent and it should respect the condition it should load only 3 articles at a time and display only one item I am migrating a project from React + Cordova Project to Pure React…
0
votes
0 answers

Kivymd : When combined, touch, scroll and swipe events can be messy

I'm using kivy 2.2.0 and kivymd 1.1.1 I wrote a python script to have 3 swipes screens where in each screen there is a scrollview with HeroTiles. The script works but it get messy when I swipe, sometimes, it swipes and click on the hero tile, Or…
0
votes
0 answers

flutter swipe images cause white screen

I wrote a flutter application where the end customer doesn't want to scroll but wants to change the image simply by gestures. So far so good I can handle this request, but the only problem is that when the image changes so I move from one to…
PosF
  • 73
  • 1
  • 1
  • 9
0
votes
0 answers

Implementation swappable bottom sheet using React Swipe-able

I am using React Swipable library and need swipping event to the bottom sheet on swipping up or down. import { useSwipeable, SwipeEventData } from 'react-swipeable'; const handleSwiped = (eventData: SwipeEventData) => { …
Vishal Tanna
  • 1,165
  • 2
  • 12
  • 36
0
votes
1 answer

How can I show notification panel when swiping down

I am making a launcher in flutter and I wanted to show notification panel when swipe down on homescreen. I am trying with flutter_local_notifications package but I cant figure out how to do it, GestureDetector( onVerticalDragDown: (details) { …
HandLeg
  • 1
  • 3
0
votes
1 answer

Swipe right to left and AFTER left to right - Jetpack Compose

My problem is pretty straight forward however I don't seem to get a working solution. I'm perfectly capable of swiping left to right (0 -> maxWidth), but not right to left (maxWidth -> 0). What am I missing? My code: val swipeableState =…
0
votes
0 answers

Why ItemTouchHelper.startSwipe not working?

Is there a working example of using ItemTouchHelper.startSwipe ? I found documentation with example…
Maxim
  • 176
  • 1
  • 3
  • 10
0
votes
1 answer

Swipe card does not work on iOS but perfectly on Android - Flutter

I have an app like tinder where user can swipe card to like or dislike. I use flutter_card_swiper (https://pub.dev/packages/flutter_card_swiper) package to swipe cards, and carousel_slider (https://pub.dev/packages/carousel_slider) to see user's…
Clermoe
  • 89
  • 9
0
votes
1 answer

Confining a swipe gesture to a certain area (iPhone)

I have just managed to implement detection of a swipe gesture for my app. However I would like to confine the area where the gesture is valid. Thinking about this I came up with a possible solution which would be to check whether the start & finish…
user843337
0
votes
0 answers

how to make element center in customized react-slick?

I try to make this active dot center of widows. but i can't do that. any one help me for that? i have added code sandbox link here: CodeSandBox
0
votes
2 answers

UIView + Swipe Gestures info

i've just implemented a swipe gesture in my UIView, and I want it to 'move' according to the gesture. Long story short, I need to get the current "X and Y" coordinates during the swipe, to move the UIView. Currently I have a "Swipe Gesture" linked…
markus
  • 1,011
  • 2
  • 10
  • 17