PlaceHolderView icon indicating copy to clipboard operation
PlaceHolderView copied to clipboard

SwipeCancelState called when dragging a clickable view..Disables further interaction

Open joncolon opened this issue 5 years ago • 0 comments

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!

joncolon avatar Apr 04 '19 19:04 joncolon