duxl
duxl
  • 发布:2017-01-10 09:45
  • 更新:2017-11-30 09:56
  • 阅读:1690

5+SDK 启动页面问题

分类:5+ SDK

现有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=="  
}  

}

2017-01-10 09:45 负责人:无 分享
已邀请:
霸王硬上车

霸王硬上车

这个问题你解决没有?

2***@qq.com

2***@qq.com - 开发

你把延迟启动给关闭就好了

该问题目前已经被锁定, 无法添加新回复