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

Animation freezes in android #36

Closed
Peretz30 opened this issue Sep 21, 2018 · 5 comments
Closed

Animation freezes in android #36

Peretz30 opened this issue Sep 21, 2018 · 5 comments

Comments

@Peretz30
Copy link

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?

@Baskerville42
Copy link

The same issue with Android Emulator and iOS Emulator

@jvolonda42
Copy link

Hello, we had the same issue can you try to disable remote JS debugger and on android disable dev_settings?

@jeremy-farnault
Copy link
Contributor

Looks like it's ok without the debugger for everyone. So closing it :)

@AlphaJuliettOmega
Copy link

@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
Double clicking the pin buttons sometimes fires a click event
Triple clicking the pin buttons most of the time will fire a click event

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.

@AlphaJuliettOmega
Copy link

Hmmm, it seems to be usable after some small changes to the setup

As per this S/O question:
https://stackoverflow.com/a/51334853/5334945

  • I set my Emulator's Clock 1 minute ahead of the PC it's running on
  • Enabled Developer Options and disabled all animation options possible (probably no effect since it's to do with the Application windows)
  • disabled Redux Devtools Chrome extension (also probably no effect but just noting)

Now instead of clicks not registering at all, they're just really slow ~ 2-4 seconds delayed, but reliable at least.
Can debug like this :)

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

5 participants