-
Notifications
You must be signed in to change notification settings - Fork 167
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
Slow first load #26
Comments
I am having the same issue. I just show a spinner underneath... |
Me too. I also show a spinner for now. I look into the code but I could not figure out what is taking so long. |
Does anyone have a solution please? |
No, I am sorry. I tried to localised the issue, but no luck so far. I am using spinner as a workaround. |
Nice. Well done @mike-at-tiffik . Since it is just three lines of code, can you please submit a PR? |
…s run on the main thread to speed up initial launch ( Resolves issue RobertSasak#26 )
It takes around 8s before component show for the first time on iOS. UI thread is frozen and after 8 seconds camera show on the screen. Any following showing/hiding camera is very fast.
Has anybody else similar issue?
The text was updated successfully, but these errors were encountered: