Skip to content

Instantly share code, notes, and snippets.

@nanusdad
Created September 27, 2019 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanusdad/a4181e01bf8a7ff590e4b9e5e66f0998 to your computer and use it in GitHub Desktop.
Save nanusdad/a4181e01bf8a7ff590e4b9e5e66f0998 to your computer and use it in GitHub Desktop.
White Screen after splash on Android builds

To troubleshoot

ionic cordova run browser --prod --release

Updates required to config.xml file

<preference name="SplashScreen" value="assets/images/logo.svg" />
<preference name="SplashScreenBackgroundColor" value="#000" />

Include the file in assets/images Then run ionic build browser --prod --release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment