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:25:29 UTC

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

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


   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 (didn't appear)
   
   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...
   


----------------------------------------------------------------
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