plus.webview.close("maps_map", "none");
mui.openWindow({
url: "maps_map.html",
id: "maps_map",
styles: {},
show: { //动画效果
autoShow: true, //页面loaded事件发生后自动显示,默认为true
aniShow: 'slide-in-left', //页面显示动画,默认为”slide-in-right“;
duration: '200' //页面动画持续时间,Android平台默认100毫秒,iOS平台默认200毫秒;
},
extras: {
"type": "check_list"
},
waiting: {
autoShow: false, //自动显示等待框,默认为true
}
});
点击第一次不跳转 必须点击两次才可以跳转
QjQuery (作者)
为了强制刷新页面. 其实这么做是为了解决地图卡死的bug 结果现在出来这么bug了
2015-12-18 16:25
DCloud_UNI_FXY
回复 QjQuery:reload不可以吗?
2015-12-18 16:26