I want to create a page that shows a card region and that allows me to swipe (or pan) the card off the page (one by one), just like the tinder app swipes pictures off the page.
I can manage to swipe entire regions off the page (by adding a pan dynamic action to that region), but cannot manage to add a dynamic action to each individual card.
How can I determine which card has been selected to be swiped off the page?
I can use the Link attribute on the Full Card to execute a javascript function that can receive the card id, but that javascript function does not get executed when panning the card.
How would you solve this problem?