[Solved] Splash screen blank

  1. Create an error page in the same directory as index.html
    48%20PM
  2. Include this line in your config.xml

<preference name="ErrorUrl" value="file:///android_asset/www/error.html"/>

what it does is handle app level errors with a customized error page