var w = plus.webview.create(this.getAttribute('href'),'general_html',{
contentAjust:false,
titleNView:{
titleColor:"#000000",backgroundColor:"#FFFFFF",
splitLine:{color:"#CCCCCC"},
autoBackButton:true
}
});
var href = this.getAttribute('href');
mui.openWindow({
url: href,
id: 'general_html',
})
系统:iOS
没有判断href具体是什么,新创建一个webview显示。导航用的titleNView. 点击返回按钮,一直提示在按一次退出应用。按了多次后,既没有退出当前webview,也没有退出应用。
在没有特定html文件的情况下,想改变back的行为,如何处理。
可以通过webview对象,重写back或者mui.back吗?
3 个回复
2***@qq.com
我也遇到这样的问题,哪位大神能回复一下。
tournersol
遇到同样的问题 页面停顿到新开的webview界面,系统卡死了,现在解决了嘛?
1***@qq.com