ionic-framework: [rc2] Splash screen not working in android
ionic start myApp --v2
ionic platform add android
ionic resources
ionic run android
Splash screen is not shown.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 4
- Comments: 17 (2 by maintainers)
Ionic platform remove android Ionic platform add android@6.1.0
Hello all! I am going to close this issue as a duplicate of https://github.com/driftyco/ionic-cli/issues/1638. This was a regression in
cordova-android
that has been fixed by the cordova team and released in 6.1.0. You can use the commands @ghenry22 posted above to update cordova-android platform.Same problem here:
Works with:
Does not work with:
You need to also ionic plugin remove cordova-plugin-splashscreen and ionic plugin add cordova-plugin-splashscreen
after doing what ghenry22 said.
Otherwise, it does not work.
@jgw96 I’m having the same problem with cordova-android 6.0, i think it’s a duplicate with driftyco/ionic-cli#1608