Skip to main content

Questions tagged [swipe-gesture]

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. It is commonly used as a discrete scrolling gesture (for example, go to the next picture).

swipe-gesture
1 vote
0 answers
65 views

How to expand and shrink views inside of a horizontal scrollview without affecting the frame of the parent HStack in SwiftUI

In swiftui, I have horizontal scrollview which has one hstack containing three different view but the 2nd view has variable height, when the user clicks on this view, I am toggling two variables ...
Kuldeep Vashist's user avatar
0 votes
0 answers
56 views

How can I make this code allow a user on my website to swipe left or right when on a mobile device instead of clicking to toggle through the gallery?

I have got this code where I want it for desktop. However, on mobile I need the user of the website to be able to swipe left and right on the screen without it making it so that the info button on the ...
nathan_rose_solutions's user avatar
0 votes
0 answers
24 views

Detect two-finger swipe gesture along with view's content interactions

I'm applying this function as a modifier to all of the SwiftUI views I want to monitor the fact of using two fingers swipe gesture. func onTwoTouchSwipe(direction: UISwipeGestureRecognizer.Direction, ...
Vader20FF's user avatar
  • 343
0 votes
0 answers
24 views

How to detect swipe gesture upon Viewpager2 in fragment?

I am using this solution and it is started listening but after this it is stops scrolling here is my fragment code look at this class ImageFragment : Fragment(), GestureDetector.OnGestureListener { ...
Darshan bhatt's user avatar
0 votes
0 answers
266 views

Android: intercept back navigation with a gesture in Jetpack Compose

I want to intercept back navigation gestures in my Android app. Found this as a suggestion, but it doesn't get invoked, no matter where I place it in the Composables hierarchy: BackHandler(enabled = ...
Vasiliy's user avatar
  • 16.5k
0 votes
0 answers
35 views

Trying to make a swipe mechanic in unreal 5

I'm trying to create a swipe to move mechanic for a prototype mobile game, sort of like Lazy Jump, where the character jumps in the direction you swipe. I was doing good on creating the movement until ...
Drip The Seawing's user avatar
0 votes
1 answer
322 views

How to make a swipeable segmented control with custom view in SwiftUI?

I have a segmented control with two segments as shown in the image see image here. I want to enable the user to switch between the two segments by swiping right or left, and display the corresponding ...
Dimpy-iRoid's user avatar
0 votes
0 answers
383 views

Detect swipe gesture between Composable in Jetpack Compose

I'm currently working on an app that one of its functionality is to detect defect in touchscreen. There are Grids in which user have to touch to confirm that section of the touchscreen is working. ...
wiryadev's user avatar
  • 1,361
1 vote
0 answers
148 views

Testing Jetpack Compose - SwipeRight() For Back Navigation

I'm doing UI testing for a Jetpack Compose app. My question is, can you navigate on the previous screen using the SwipeRight() gesture? I've already tried it but it hasn't allowed me yet, I don't know ...
Invitado96's user avatar
0 votes
1 answer
578 views

How to implement Swipe Button(with events) in MAUI App?

How to imeplemnt swipe button with an event in MAUI app? Looking for a button with an image or icon able to swipe left or right end. Attached sample image
Abhi's user avatar
  • 29
3 votes
0 answers
224 views

Slidable Widget Swipe Action Issue on Text Fields in iOS - Flutter

I'm encountering an issue with the Slidable widget in my Flutter app, specifically related to swipe actions on Text Fields in iOS. The swipe action works fine on Android, but on iOS, it doesn't seem ...
Gladiator's user avatar
  • 523
1 vote
0 answers
166 views

Animated TextField in Flutter: Swipe-up to Expand Not Working When Scrolling Is Enabled

i have created a TextField in Flutter that behaves similar to the Slack text field: The TextField animates to full screen when swiped up and minimizes when swiped down. In its minimized state, the ...
arafat's user avatar
  • 69
1 vote
0 answers
113 views

Disable vertical ScrollView behaviour when i swipe the button inside it on React Native using expo. Works by default on iso but not android

I have a Swipable button inside a ScrollVIew, when i press the button or swipe it , i want to disable vertical ScrollView behaviour so i have more conroll over the view and gives the user more control ...
Anxheloo's user avatar
0 votes
0 answers
59 views

WearOS : JetpackCompose : Disable Quick panel on particular Activity

I want to disable a quick panel when swipe down that show in wearOS watch in samsung watch 4 or above new model version of watch , is there any ways to disable this or not please give me some idea or ...
Sunny Patel's user avatar
1 vote
0 answers
765 views

Swipe To Delete Component inside ScrollView

I know there is react-native-gesture-handler. But their Swipeable has not implemented functionality that I need. Now I a trying to implement my own Swipeable component. The logic is actually very ...
Allleex's user avatar
  • 185

15 30 50 per page
1
2 3 4 5
36