我在Netbeans IDE上使用HTML5制作Android应用程序。我正在使用Cordova framweork来建造。到目前为止,一切都还可以,除了,我不能使启动画面工作。
我查阅了Phonegap文件,但徒劳无功。这就是我在下面所做的:
最后,我复制并粘贴了我的JavaScript代码 head部分中的index.html文件就像文档一样 如下所示:
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
navigator.splashscreen.show();
}
以下是两个Phonegap文档链接:
http://docs.phonegap.com/en/3.3.0/cordova_splashscreen_splashscreen.md.html http://docs.phonegap.com/en/3.3.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens
那么,错误在哪里?谢谢!
答案 0 :(得分:0)
你需要设置它 -
<preference name="SplashScreen" value="splash" />
<preference name="SplashScreenDelay" value="10000" />
在config.xml中