wenchaojiang / AndroidSwipeableCardStack

A tinder like swipeable card stack component
MIT License
833 stars 184 forks source link

How can i use this CardStack with an zoomable imageview? #62

Open ngocht143 opened 8 years ago

ngocht143 commented 8 years ago

Hi, i have to integrate this with an imageview which has zoomable feature, but it couldn't call your method to discard a card. How can i do to fix it? Thanks in advance.

ngocht143 commented 8 years ago

@wenchaojiang: please help me.

einverne commented 8 years ago

Are you manually call the mCardStack.discardTop(1); function or swipe to discard card?

ngocht143 commented 8 years ago

@einverne: Yes i call mCardStack.discardTop(1);, my issue is that it can't zoom an image (the swipe listener is called instead of zoom listener)