Cordova 5.1.1 Splashscreen not working

独自空忆成欢 提交于 2019-12-04 13:05:21

The splash screen plugin is required since cordova android 4.0 to show the splash screen

Major Changes

Splash screen functionality is now provided via plugin

You will need to add the new cordova-plugin-splashscreen plugin to continue using a splash screen

https://cordova.apache.org/announcements/2015/04/15/cordova-android-4.0.0.html

So, install it with

cordova plugin add cordova-plugin-splashscreen

And everything should just work after that

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!