function plusReady(){
alert("ssss");
mui.openWindow({
id: "audio",
url: "plus/audio.html",
show: {
aniShow: 'pop-in'
},
waiting: {
autoShow: false
}
});
alert("11111");
lileimt
- 发布:2016-04-18 17:54
- 更新:2016-04-20 11:07
- 阅读:2026
在Hbuilder-Integrate工程index.html里,使用openwindow页面不跳转?
分类:5+ SDK
3 个回复
c***@139.com
我用的是这个:
<meta http-equiv="refresh" content="0.1;url=http://xxx.com">
顺便问下,生成了APP打开后,按手机返回键怎么整个软件都退出了?
威廉
是的,也遇到页面不跳转问题,官方怎么解决
麻辣一锅鲜
我也遇到了这个问题,HBuilder-Hello与HBuilder-Integrate 这两个执行不好使
mui.openWindow({
url: 'pullrefresh_mian.html',
id: 'pullrefresh_mian',
show: {
autoShow: true
}
});