CardStackView
CardStackView copied to clipboard
Can't swipe if the user is holding the card
Is there a way to swipe the card even if the user is holding it?
I call cardStackView.swipe()
but the card doesn't get swiped since the user is currently holding it. I already tried disabling scroll and then swiping, hoping that would make the card drop, but, actually, the user is able to keep the card as long as it is holding it.
Even if the card is dropped after cardStackView.swipe()
has been called, it won't get swiped since it already failed to do so before.
Any solution? Thanks in advance.
@aitorct Currently, There is no way to swipe the card even if the user is holding it.
I am facing a similar issue.
User clicks a button to swipe. I call cardStackView.swipe()
.
If during the card animation user clicks on the card and push it back to its original position, the card is not swiped AND consecutive calls to cardStackView.swipe()
don't work anymore.
Please help. Thanks.
@andreoromera The same problem as you