cordova-plugin-splashscreen/README.md
2020-04-02 09:52:56 +08:00

2.0 KiB

title description
可设置全屏显示的 Splashscreen Control the splash screen for your app.

cordova-plugin-splashscreen

cordova-plugin-splashscreen 的基础上添加了全屏设置,处理了android启动app时黑屏的问题

Installation

// 安装前请先卸载 cordova-plugin-splashscreen 插件
cordova plugin rm cordova-plugin-splashscreen

// 安装插件
cordova plugin add https://github.com/shuto-cn/cordova-plugin-splashscreen.git

Preferences

config.xml

  • SplashFullScreen (boolean, default to true). 在app未设置全屏的情况下FadeSplash是否全屏显示

    <preference name="SplashFullScreen" value="true" />
    

Other

  • 关于android启动黑屏 请保持SplashScreen参数值为screen否则请修改src/android/res/values/style.xml中对应资源id
  • 其他配置及插件使用方法请移步cordova-plugin-splashscreen