xcode本地打包后发现启动屏后有白屏
xcode版本:5.0.2cordova 版本:3.2.0
config.xml 中 AutoHideSplashScreen 属性为false
整个app在xcode中调试发现,启动页面过了以后会有白屏,感觉待页面加载完后白屏消失进入首页
不知道为什么原因 在Cordova.plist文件中,设定AutoHideSplashScreen为false,
然后再Js文件中deviceready event中关闭splash画面。
setTimeout(function() {navigator.splashscreen.hide();}, );
希望能对你有帮助
页:
[1]