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

Loading screen: White screen appears half way through loading #591

Open
stevecottle opened this issue Jul 6, 2018 · 3 comments · May be fixed by #594
Open

Loading screen: White screen appears half way through loading #591

stevecottle opened this issue Jul 6, 2018 · 3 comments · May be fixed by #594
Assignees
Labels

Comments

@stevecottle
Copy link

Description of issue

When I first open the app I see the purple loading screen the suddenly the screen whites out, then the purple screen returns and transitions into the app as expected.

This seems to be after updating the app.

Expected behaviour

I'd expect there to be an uninterrupted flow from loading, animation and transition into the app.

Steps to reproduce

Update and open app
Observe during the loading sequence a white screen appears half way through
The loading screen resumes and transitions into the app

OS / Browser / Device model

Steve's Pixel

Screenshots

None

@stevecottle stevecottle added the bug label Jul 6, 2018
@RGBboy
Copy link
Contributor

RGBboy commented Jul 6, 2018

Hmmmm, I think to fix this we need to set a background color on the Android side. I'm guessing this is a result of moving theSplashScreenController.hide to componentDidMount in the Splash screen component. See https://github.com/redbadger/pride-london-app/blob/master/src/screens/SplashScreen/component.js#L45

@RGBboy RGBboy self-assigned this Jul 6, 2018
@RGBboy RGBboy linked a pull request Jul 6, 2018 that will close this issue
7 tasks
@stevecottle
Copy link
Author

If I download a Beta version of the app I can replicate the whiteout issue to some degree.
I wonder if I'm experiencing this issue because I have a test account for Google Play.

@RGBboy
Copy link
Contributor

RGBboy commented Jul 6, 2018

I found the reason and have a fix. It is currently building an alpha version but would be good for you to try it out when it has built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants