-
Notifications
You must be signed in to change notification settings - Fork 146
cardSwipedLeft not fired #52
Comments
I just tried it and it was working fine. <td-card ng-repeat="mycard in mycards" on-swipe-left="cardSwipedLeft($index)"> |
thanks for your reply, but can you explain to me what's the functionality of NOPE
LIKE
also when the card is swiped and not splice it not return again to it's original position it have some tilling. |
@mo3taz-abdallh the NOPE and LIKE are overlays that appear as swiping begins. I followed this setup to get them to work https://blog.nraboy.com/2015/01/making-tinder-style-swipe-cards-ionic-framework/ as for your other question, I don't know how to address it. |
See my blogpost for a fix of the not called event! |
@saimon24 Thanks for the hint. We added the proper events to call our swipe logic logic on both
|
I'm still not seeing any console.log() output after adding the various events mentioned in http://devdactic.com/optimize-tinder-cards Testing in a Chrome browser. |
Hello
Iam testing the demo but i couldn't found cardSwipedLeft fired, i am working on App that requires to know the swiping direction
The text was updated successfully, but these errors were encountered: