-
Notifications
You must be signed in to change notification settings - Fork 27
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
delay before message bar appears #8
Comments
It would seem that the delay is caused by the alert hiding system which does not properly recognize if there is an alert shown or not. Plus there's an additional 100ms delay. |
The delay still on |
I'm seeing a lot of delay on android; 20+ seconds for the alert to show up (This is on Android) |
I'm not able to reproduce this @rochapablo @raghudevan , please post sample code or send a PR. |
UPDATED: I just deleted all my existed emulator and add it into the Android Studio again, now everything is working well... I guess something wrong with my emulator. If anybody is using the the Android Studio Emulator (AVD Manager) you can try delete and add again. It solves my issues, and Android Studio Emulator is not really stable, I also experience some Tab bar switch delay issue as well, and after I re-add it, the issue is gone. @Talor-A Thanks for maintain this lovely message bar, I try to use it in my project, but it is seems not work (a lot of delay) for my Android Emulator Pixel_API_26:5554 which comes with the Android Studio. But it is perfectly working in iOS Simulator. I do not have any Android phone at the moment, so I can not test it on real phone. my implementation code is really simple (Not using redux in my project).
|
hm, strange that it wasn't working on the android emulator. there's no native code, so everything should be the same. glad to see it's alright now. going to close this, I'll reopen if someone else has the same issue. |
Original Issue here.
The text was updated successfully, but these errors were encountered: