PlaceHolderView
PlaceHolderView copied to clipboard
SwipeCancelState called when dragging a clickable view..Disables further interaction
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!