You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
When starting a new v1 app, Ionic v1 is adding cordova-plugin-splashscreen (v4.0.3), however, that plugin is now updated to 5.0.3 which brings fixes for specific iOS and Android splashscreen issues.
Please update the build to include the latest release of splashscreen.
c:\Users\RPO\dev\myApp>ionic platform add android
? (node:8328) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
Updated the hooks directory to have execute permissions
Using cordova-fetch for cordova-android@^8.0.0
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms\android
Package: com.whipstermobile
Name: WHIPSTER
Activity: MainActivity
Android target: android-28
Subproject Path: CordovaLib
Subproject Path: app
Android project created with [email protected]
Installing "cordova-plugin-console" for android
Installing "cordova-plugin-device" for android
Installing "cordova-plugin-splashscreen" for android
Installing "cordova-plugin-statusbar" for android
Installing "cordova-plugin-whitelist" for android
This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do not need this plugin since the whitelist will be built in.
Installing "ionic-plugin-keyboard" for android
Running command: node c:\Users\RPO\dev\myApp\hooks\after_prepare\010_add_platform_class.js c:\Users\RPO\dev\myApp
Saving platform to package.json file
splashscreen 5.0.3 fixes iOS issues with splash screen images. Not certain if there are any real fixes for Android environment as I never had any issues with 4.0.3. Regardless, after a new project build:
cordova plugin remove cordova-plugin-splashscreen
Then
cordova plugin add cordova-plugin-splashscreen
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When starting a new v1 app, Ionic v1 is adding
cordova-plugin-splashscreen
(v4.0.3), however, that plugin is now updated to 5.0.3 which brings fixes for specific iOS and Android splashscreen issues.Please update the build to include the latest release of splashscreen.
The text was updated successfully, but these errors were encountered: