-
Notifications
You must be signed in to change notification settings - Fork 50
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
Touches stop working after some time #12
Comments
Same here, and not only with touches. Buttons too. |
When I click button fast and frequent, then touch card suddenly, buttons will be stop working and card seems to be frozen. |
Yeah, right. And on the Android old version(Galaxy 5), the slider is
crashed. Can you please fix these?
Thanks
…On Thu, Oct 8, 2020 at 8:45 PM 单泠浩 ***@***.***> wrote:
When I click button fast and frequent, then touch card suddenly, buttons
will be stop working and card seems to be frozen.
But if I touch the card again, it will back to normal.
Did you talking about this situation?
I'm hard to find a way that make touches stop working.😅
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHYF6MACQWAISRLJ74U4MZTSJ2BPHANCNFSM4SBU3GUA>
.
|
I don't have Galaxy, so I used simulator(Android 6.0.1) and repeat above steps, it didn't crashed, only be frozen, if you touch again it will back to normal. |
Resolved. #13 |
I was able to reproduce when re-mock cards stack. I mean, in onSubmit method, you call mock method when array length < 3. I did reproduce doing something similar but when array length == 0. |
Hey! What can cause a problem where touches work for some time but then suddenly do not anymore? I tried debugging but I can not find a place where it stops working. I found out that both
start
andmove
functions do return values. Just that the card itself won't be affected by the changes.Does my case go under one of the following descriptions I found from TODO list in README.
For me it seems like it does not have to be completed operation nor in sync mode to reproduce the second item in the list.
These are my parameters on vue-tinder itself:
Here is illustration about this:
The text was updated successfully, but these errors were encountered: