我正在使用Cordova编写iOS应用程序,我需要一个启动画面。我已按照说明(http://cordova.apache.org/docs/en/edge/config_ref_images.md.html),但是config.xml参数...
<preference name="SplashScreenDelay" value="100000" />
......没有用。启动屏幕适当加载但几乎立即清除。我希望它可以保持3秒钟。这是一个非常简单的过程,我无法理解我出错的地方。
感谢您的帮助。
答案 0 :(得分:1)
尝试安装splashscreen plugin。
cordova plugin add org.apache.cordova.splashscreen
另请注意,对于iOS,您应在config.xml中将AutoHideSplashScreen设置为false。 SplashScreenDelay用于Android。