现有app中加入SDK,在app中有一个入口,点击启动H5页面,启动H5的代码如下:
Intent intent = new Intent(getActivity(), PandoraEntry.class);
startActivity(intent);
每次进入H5,都有一个splash页面,中间有一个转圈圈的进度。大概是5s才进入真正的H5。
这个转圈圈的页面我没有配置啊,该怎么去掉。
ps:manifest.json的配置如下,index.html里面就一个简单的helloworld,没有其它网络资源加载
{
"id": "xxxxx",
"name": "xxxx",
"version": {
"name": "1.0.0",
"code": "1"
},
"description": "XXX",
"launch_path": "index.html",
"developer": {
"name": "xxx",
"email": "xx@xxx.com",
"url": "http://xxxx.com"
},
"orientation": [
"portrait"
],
"permissions": {
},
"plus": {
"splashscreen": {
"autoclose": true,
"waiting": true,
"delay" : 0
},
"popGesture": "close",
"runmode": "liberate",
"signature": "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw=="
}
}
2 个回复
霸王硬上车
这个问题你解决没有?
2***@qq.com - 开发
你把延迟启动给关闭就好了