You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the SwipeOptions.only(down: false) option is used, the ability to cancel an upward swipe is impaired. If a user swipes up but then tries to reverse the action (drag the card back down), the card continues moving upward instead of following the intended cancel gesture. This ultimately results in the card being swiped up completely, even if the user attempted to stop or reverse the swipe. The issue appears to be related to the down: false setting, which prevents downward motion.
To Reproduce
Steps to reproduce the behavior:
Set SwipeOptions.only(down: false).
Swipe up on a card.
Try to reverse the swipe by dragging the card back down.
Expected behavior
When swiping up, users should be able to cancel or reverse the swipe by dragging the card back down, regardless of the down: false setting.
Screenshots
Screen.Recording.2024-09-07.at.20.58.23.mov
Smartphone:
Device: iPhone 15 Pro (simulator)
OS: iOS 17.5
The text was updated successfully, but these errors were encountered:
ThomasHaas15
changed the title
[ BUG ] : Unable to Cancel Up Swipe When Up swipe cannot be canceled when down swipe is disabled
[ BUG ] : Unable to Cancel Up Swipe When Down Swipe is disabled
Sep 7, 2024
ThomasHaas15
changed the title
[ BUG ] : Unable to Cancel Up Swipe When Down Swipe is disabled
[BUG]: Unable to Cancel Up Swipe with Down Swipe Disabled
Sep 7, 2024
Plugin name
Appinio Swiper
Describe the bug
When the
SwipeOptions.only(down: false)
option is used, the ability to cancel an upward swipe is impaired. If a user swipes up but then tries to reverse the action (drag the card back down), the card continues moving upward instead of following the intended cancel gesture. This ultimately results in the card being swiped up completely, even if the user attempted to stop or reverse the swipe. The issue appears to be related to the down: false setting, which prevents downward motion.To Reproduce
Steps to reproduce the behavior:
Expected behavior
When swiping up, users should be able to cancel or reverse the swipe by dragging the card back down, regardless of the
down: false
setting.Screenshots
Screen.Recording.2024-09-07.at.20.58.23.mov
Smartphone:
The text was updated successfully, but these errors were encountered: