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
I'm using SwipePlaceHolderViews to display questions in a trivia app. Swiping is disabled, but when a user drags a button on the SwipePlaceHolderView, SwipeCancelState is called and prevents further interaction with the view. This essentially ends the game.
I was able to recreate this issue in the Tinder Swipe Kotlin example by:
Disabling Swipes
Showing a toast on profile image clicks
Performing a touch and drag on the profile image
No toast was shown after SwipeCancelState was called.
Otherwise, I am completely in love with this library! Any advice on how to handle this scenario?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm using SwipePlaceHolderViews to display questions in a trivia app. Swiping is disabled, but when a user drags a button on the SwipePlaceHolderView, SwipeCancelState is called and prevents further interaction with the view. This essentially ends the game.
I was able to recreate this issue in the Tinder Swipe Kotlin example by:
No toast was shown after SwipeCancelState was called.
Otherwise, I am completely in love with this library! Any advice on how to handle this scenario?
Thanks!
The text was updated successfully, but these errors were encountered: