yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.36k stars 448 forks source link

Swipe left for next and right for previous #286

Closed tangiable closed 4 years ago

tangiable commented 4 years ago

Hello

How can I modify the library to enable moving to next card only on swipe left and move to previous card on swipe right?

Anyone has any ideas? Please suggest.

Thanks

AB

yuyakaido commented 4 years ago

@tangiable We can enable to move to the next card only on swipe left by swipe direction. However, there is no way to move to the previous card on swipe right. Currently, I have no plan to implement this feature. But your contribution is always welcome.

thebeingapp commented 4 years ago

is there a way to navigate to another activity/fragment on swipe right while keeping swipe left as the default direction to move to next card?

Zhangxd77 commented 3 years ago

I also encounter this problem. Does anyone know how to solve it? Thank you

Zhangxd77 commented 3 years ago

I also encounter this problem. Does anyone know how to solve it? Thank you

andrea-liu87 commented 2 years ago

Same here. anybody found the solution?