用mui做单窗口app 使用了
mui('.mui-content').on('tap', 'a', function(e) {
document.location.href=this.href;
}
js跳转,浏览器测试正常,打包app后,安卓能正常跳转,但是IOS点击后一直显示加载图标,页面并未跳转,后经过测试包括window.location.href=this.href; window.top.location.href=this.href; <meta http-equiv="refresh" content="5;url=hello.html"> 都不能正常跳转,只有服务端php跳转正常.敢问各位大神这是什么原因呢?
1 个回复
5***@qq.com
不应该用openwindow吗