apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.16k stars 989 forks source link

Splash screen not visible, instead appears a white screen after upgrading to cordova-ios: 6.1.0 from 5.1.1 #939

Closed Astha-Anand closed 4 years ago

Astha-Anand commented 4 years ago

Bug Report

Problem

What is expected to happen?

Splash screen should appear instead of a white screen.

What does actually happen?

White screen appears instead of splash screen.

Information

No error is displayed on the Xcode console. Splash and webview plugin version: "cordova-plugin-ionic-webview": "5.0.0", "cordova-plugin-splashscreen: "^5.0.0",

No splash images in plaforms/ios/project-name/Images.xcassets/ after upgarding to ios 6.1.0 using: ionic cordova platform add ios@latest

Command or Code

Environment, Platform, Device

MacOs Mojave: 10.14.5

Version information

Ionic cli : 4.12.0 cordova: 9.0.0 (cordova-lib@9.0.1) cordova-ios: 6.1.0 cordova-plugin-splashscreen: "^5.0.0",

Checklist

antikalk commented 4 years ago

Please try updating cordova-plugin-splashscreen to version 5.0.4.

timbru31 commented 4 years ago

The SplashSreen has been integrated into cordova-ios@6.0.0. Like Oliver said, please upgrade the plugin.

angelofan commented 4 years ago

@timbru31 I have updated cordova-ios to @6.1.0, should I uninstall cordova-plugin-splashscreen?

timbru31 commented 4 years ago

Depends. If you develop only for iOS then yes, otherwise no.