我正在使用Phonegap + Jquery Mobile,当我点击手机上的图标时,显示index.html需要很长时间,现在我添加了一个启动画面,它在加载之前显示启动画面然后是黑屏索引.html。index.html 对于cordova.js 和jquery mobile js 非常小。我该如何纠正?
配置文件
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.test222"
version = "1.0.21">
<name>Test App</name>
<description>
Beta Saystyle
</description>
<author href="http://example.com" email="example@example.com">
Lester Jan Pearson
</author>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="0.0" android:toAlpha="1.0"
android:duration="300" />
<icon src="images/4.png" />
<gap:splash src="images/mohawk.png" />
</widget>