CardStackView icon indicating copy to clipboard operation
CardStackView copied to clipboard

Can't swipe if the user is holding the card

Open aitorct opened this issue 6 years ago • 3 comments

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 avatar Dec 07 '18 21:12 aitorct

@aitorct Currently, There is no way to swipe the card even if the user is holding it.

yuyakaido avatar Dec 13 '18 11:12 yuyakaido

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 avatar Dec 21 '18 14:12 andreoromera

@andreoromera The same problem as you

JHwangxiaotian avatar Dec 25 '18 03:12 JHwangxiaotian