528 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
90
views
iOS 26.1: Modal swipe-to-dismiss freezes on iPhone 14 Pro Max / iPhone 17 / iPhone 17 Pro Max but works on iPhone 11 / iPhone 16e [closed]
.pageSheet interactive swipe-to-dismiss freezes when UIDesignRequiresCompatibility = YES on specific iPhone models (iOS 26.x)
Area
UIKit → View Controller Presentation
Type of Issue
Serious Bug (App ...
5
votes
2
answers
260
views
Trying to implement two finger pinch to zoom images on cards in appinio_swiper library
I am using a lib appinio_swiper 2.1.1 for swiping cards. I used images and other text contents over cards. On Images I wanted to implement two finger pinch to zoom.
I tried with multiple ways but ...
1
vote
0
answers
79
views
flutter android back gesture swipe direction detection
Our flutter application deploys to both Android and iPhone. On Android the (predictive) back gesture can be triggered by swiping from either the left or right edge of the phone towards the other side.
...
2
votes
1
answer
1k
views
ReanimatedSwipeable component causing constant "reading 'value' warning message"
I'm constantly getting the following warning message. I've tried Isolating each component that is being rendered in the ReanimatedSwipeable component and nothing apart from removing the component ...
1
vote
0
answers
155
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 ...
1
vote
0
answers
998
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 = ...
0
votes
1
answer
618
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 ...
0
votes
0
answers
736
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. ...
2
votes
0
answers
308
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 ...
0
votes
1
answer
1k
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
3
votes
0
answers
415
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 ...
1
vote
0
answers
190
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 ...
1
vote
0
answers
186
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 ...
0
votes
0
answers
113
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 ...
1
vote
0
answers
903
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 ...