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

The top card is stuck when swiping the card quickly #150

Open
Kejiasir opened this issue Jan 4, 2022 · 1 comment
Open

The top card is stuck when swiping the card quickly #150

Kejiasir opened this issue Jan 4, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Kejiasir
Copy link

Kejiasir commented Jan 4, 2022

Describe the bug
In the relatively fast process of swiping the card, if the network is returning data to add, there is a high probability that the current sliding card is stuck at the top level, and the remaining cards can still continue to slide.

Another problem is that after the network data is added, click left, right, up, and the sliding card will be invalid. There is no response, that is, the following function is called:

 cardStack.swipe(.left, animated: true)

 cardStack.swipe(.right, animated: true)

 cardStack.swipe(.up, animated: true)
QQ20220104-144001-HD.mp4
@Kejiasir Kejiasir added the bug Something isn't working label Jan 4, 2022
@Kejiasir
Copy link
Author

Kejiasir commented Jan 4, 2022

I think the problem I encountered is the same as this one, when the card is loaded dynamically #108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant