Skip to main content

Questions tagged [swipe]

A quick motion gesture across the touchscreen.

-1 votes
2 answers
54 views

Swipeable button in QML

i wanna create a component which can slide a rectangle from left to right to simulate ON or OFF like a iOS left-to-right button to shutdown phone (https://youtu.be/qEJ5PerUqFw?t=42 second 40 like this)...
Bondrusiek's user avatar
0 votes
0 answers
28 views

SwipeItem Command Binding Misbehavior

I had view model expose two RelayCommand: [ObservableProperty] private ObservableCollection<MyModel> data; [RelayCommand] private async Task Edit(MyModel m) {} [RelayCommand] private async ...
Fan Yang's user avatar
0 votes
0 answers
18 views

LayoutParams Issue Java

I have this for animating a RIGHT swipe and it works great: good swipe if(direction == RIGHT){ if(distance < 217) { layoutParams.leftMargin = (int) distance + startLeftMargin; ...
OPerator's user avatar
0 votes
0 answers
122 views

Swiping up from the bottom of the screen (to switch apps) unintentionally triggers another object's DragGesture in SwiftUI, iOS

This is about SwiftUI. I have an object with a DragGesture attached to it and this object is positioned at the very bottom of the screen in iOS – just above the safe area with the app switcher handle. ...
Orbivox's user avatar
0 votes
0 answers
28 views

Flutter: GestureDetector onPan inverted on web but only on ios device

I'm trying to move a player with swipe (using onPan), when I build for the web it works as expected on desktop and android but is inverted (eg: you have to swipe right to go left) on ios. I've used ...
Élie's user avatar
  • 1
0 votes
1 answer
34 views

Swiping Up, Down, Left, and Right in Java Android Studio

Hey I'm working in Java in Android Studio and I'm looking to create a button that can be swiped up, down, left, and right and have it be animated like the gmail archive or delete function on a phone. ...
OPerator's user avatar
-1 votes
0 answers
29 views

How Can I Implement this Swipe Back Animation in Flutter?

I am going to develop this demo app to learn animations in flutter. I am trying to achive this kind of animation (may be it is swipe back animation).enter image description here I tried every possible ...
flutterboy17's user avatar
1 vote
1 answer
50 views

Why swipe not working properly with nuxt3 i18n?

In my multilingual site i'm using swipe for carousal. It's working fine, but getting error during switch language. I am using i18n for translation. I am getting following error: Uncaught (in promise) ...
hizbul25's user avatar
  • 3,851
1 vote
2 answers
100 views

Prevent propagation of swipe gestures onto parent controls in .NET MAUI?

Is there a way to prevent the propagation of swipe gestures from a control onto its parent control in .NET MAUI? For this project I'm using a DXRangeSlider within a TabView. Both are free MAUI ...
Al John's user avatar
  • 765
0 votes
0 answers
26 views

selenium.InvalidArgumentException: The action id 'finger' has one one or more duplicates

I'm trying to perform a Swip action using the W3C actions, but while constructing my swipe when I'm going to perform the action is saying that the action id 'finger' has one or more duplicates. fun ...
Matheus Lemos's user avatar
0 votes
0 answers
30 views

UIHostingController NavigationBar glitches when swipe gesture

It seems like an Apple bug because it only happens in newer devices like the iPhone 15 Pro. Using a coordinator as UINavigationController sets the UIViewController as the viewControllers. In the ...
Nick Liu's user avatar
1 vote
1 answer
43 views

Swipe left/right using buttons

I have this UI on mobile: The user can swipe the list of characters horizontally. Swiping is achieved using this CSS on the container that holds the badges of characters: @media (hover: none) { ...
nerdess's user avatar
  • 10.7k
0 votes
0 answers
63 views

swipeActions abnormal behaviour

I want the list in my app to be able to use swipe for each row. Normally I use swipeActions(edge:allowsFullSwipe:content) for this and everything worked. But this time I'm facing a situation where ...
Grigory Konovalov's user avatar
0 votes
0 answers
46 views

How to swipe from left to right for SwipeButton widget in flutter integration test

I'm writing the flutter integration test & need to swipe a SwipeButton from left to right all the way to make payments. Below is the app code for swipebutton builder: (context, state) { ...
Jagadeesh's user avatar
  • 398
0 votes
0 answers
12 views

Javascript emulate CSS snap scroll with pointer-events

I have the following code which can swipe child element left and right. This works well. Is there a way I could implement snap effect with this somehow with pointermove? So it behaves like CSS snap ...
Toniq's user avatar
  • 4,836

15 30 50 per page
1
2 3 4 5
190