Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding or popping cards of the stack makes card container unresponsive to drag events #60

Open
aeroechelon opened this issue May 24, 2015 · 3 comments

Comments

@aeroechelon
Copy link

CardStackAdapter#add() or CardStackAdapter#pop() visually adds an additional CardModel to the stack of cards as intended except you can no longer swipe the card away.

I would expect that using these methods would not break the interactivity of the stack. Anyone else have this issue?

As a side note, any clickable elements on the newly added or popped off card are still clickable. It's just the card is no longer swipeable.

@diesersamat
Copy link

Hack, but working. After every add simply do

mCardContainer.setAdapter(adapter);

@oscar-urbina-tech
Copy link

I have the same issue, doing this:

  • mCardContainer.setAdapter(adapter);

not works for me :(

@ashivakarthik
Copy link

@diesersamat Hi, i worked for me thank you
but i want to add to the bottom of the cards but its adding on the top of cards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants