-
Notifications
You must be signed in to change notification settings - Fork 201
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
Animation freezes in android #36
Comments
The same issue with Android Emulator and iOS Emulator |
Hello, we had the same issue can you try to disable remote JS debugger and on android disable dev_settings? |
Looks like it's ok without the debugger for everyone. So closing it :) |
@Haskkor just out of curiousity, how do you debug an application if you can't run the debugger? I can't enter the pin, the screen is so slow Meaning I can enter about 3 characters of the 4 character pin, but the fourth one is a complete gamble (often the third character enters twice for whatever reason) Subsequently I can't debug my app at all without hard-coding a pin-screen work-around Any advice would be appreciated re. debugging an application with this pin screen integrated. |
Hmmm, it seems to be usable after some small changes to the setup As per this S/O question:
Now instead of clicks not registering at all, they're just really slow ~ 2-4 seconds delayed, but reliable at least. |
I am using Android with USB debugging.
And animation, for example, of wrong pin are really laggy and have low fps. In builded app it's a little better, but still.
Can you please optimize animation for better perfomance?
The text was updated successfully, but these errors were encountered: