如何杀死白色闪烁的splashscreen在phonegap iOS应用程序的开始? [英] how to to kill the white flickering splashscreen at the start of phonegap iOS app?

查看:130
本文介绍了如何杀死白色闪烁的splashscreen在phonegap iOS应用程序的开始?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何摆脱手机iOS应用程式开始时的白色闪烁萤幕闪烁?

解决方案

PhoneGap.plist 并将 AutoHideSplashScreen 设置为 NO / p>

然后,只要你想在你的应用程序中,你可以选择使用以下代码隐藏splashscreen:

  navigator.splashscreen.hide(); 

希望这有助于


How to get rid of the white splashscreen flickering at the start of a phonegap iOS application?

解决方案

You need to go in PhoneGap.plist and set the AutoHideSplashScreen to NO

Then whenever you want in your app you can choose to hide the splashscreen with the following code :

navigator.splashscreen.hide();

Hope this helps

这篇关于如何杀死白色闪烁的splashscreen在phonegap iOS应用程序的开始?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆