You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/12 15:36:26 UTC

[GitHub] [cordova-plugin-splashscreen] breautek commented on issue #190: White screen after splash screen (iOS)

breautek commented on issue #190:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/190#issuecomment-672948606


   > Here with:
   > 
   > ```
   > cordova 10.0.0
   > cordova-ios 5.1.1
   > cordova-android 8.0.0
   > ```
   > 
   > We had a similar issue with all newer versions of this plugin, but only after we installed `branch-cordova-sdk`
   > (beforehand it was working fine with `5.0.2`).
   > 
   > **on iOS:** In our case we didn't have a white screen, but the splashscreen never disappeared
   > **on Android**: the app didn't break but the splashscreen didn't seem to work anymore
   > 
   > This thread gave me the idea to test an older version – and after downgrading to `5.0.0` everything works again  (for some unknown reason).
   > 
   > The only hint we got came from the XCode console:
   > With version `5.0.2` of this plugin it showed two errors: `Start Page at 'www/index.html' was not found` and `Internal navigation rejected - <allow-navigation> not set for url='about:blank'`
   > After downgrading to `5.0.0` those errors disappeared and the splash screen worked again. (Again, no clue why..).
   > 
   > **As always with cordova:** the combination of various plugins can yield ominous errors that make no sense at all  – At least I'm too lazy to investigate further...
   
   If it's broken as of 5.0.2 but resolved not broken in 5.0.0, these are all the commits that has happened between those two tags.
   
   https://github.com/apache/cordova-plugin-splashscreen/compare/rel/5.0.0...rel/5.0.2


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org