yuyakaido / CardStackView

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

Disable card swipe TOP to Bottom direction when the top card in stack is the first card #320

Closed ranasaha1212 closed 4 years ago

ranasaha1212 commented 4 years ago

How can I disable TOP to BOTTOM direction swipe when the top card in the stack is the first card? OR How can I disable BOTTOM to TOP direction swipe when the top card in the stack is my last card? I cannot find any method to do that. Is there any way to achieve this logic in this library? Please help me out.

ranasaha1212 commented 4 years ago

Anyways, I have done changes in the module according to my requirement and have achieved to make the above mentioned functionality. So thanks. Though if you implement the above functionality in your module, it will be more elegant.

mwshubham commented 4 years ago

Can you share your finding?