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
Hello, I have two different issues first one is about "Discard" operation; when we try to discard a card, we are not able to drag other cards.
The second issue is about swiping, can we disable moving card up or down? because when we drag a card to bottom or top with a small angle to left/right side, the system is not able to detect is it "Yes" or "No".
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Discard and Swipe Issie
Discarding and Swiping Issues
Jan 29, 2016
I see you're a deleted user right now so not sure what that's all about.
But I've updated the module to allow for dragging after 'discard'. I've also added a min-threshold scope variable that enables users to defined for what threshold the cards will fly away on swipe. The lower the number, the more vertical the range. Or better yet, they will fly away and not snap back if the threshold is lower if a user swipes more up/down than left/right.
<td-card ng-repeat="card in cards.active" min-threshold="0.1">
// transcluded content
</td-card>
Hello, I have two different issues first one is about "Discard" operation; when we try to discard a card, we are not able to drag other cards.
The second issue is about swiping, can we disable moving card up or down? because when we drag a card to bottom or top with a small angle to left/right side, the system is not able to detect is it "Yes" or "No".
The text was updated successfully, but these errors were encountered: