how to listen as the user swipes over some threshold #2237
Unanswered
SeongwoonHong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to develop swipe to dismiss with Swipeable component.
but I want to trigger my
handleHide
method even when the user is not done dragging but still holding his/her finger on the screen. think about notifications on iOS, if you drag any notification to the left all the way, the notification still is there because your finger is still on the notification panel. but get haptic feedback, telling the user that it will be dismissed unless you swipe back to the right. I want to implement something like that. any ideas?Beta Was this translation helpful? Give feedback.
All reactions