是否有调用系统浏览器的功能
![l***@126.com](https://img-cdn-tc.dcloud.net.cn/account/identicon/14f018ca684fc4967407c0dda2fb0a38.png)
l***@126.com
- 发布:2016-04-12 11:08
- 更新:2016-04-15 12:20
- 阅读:4126
在APP中a标签跳转到其他网页,比如href到淘宝,无法返回,怎么办
分类:MUI
2 个回复
BoredApe - 有问题就会有答案。
在app中不建议使用href跳转,请使用
在web页面中需要使用浏览器中的返回方法处理返回.window.history.back().
mui对此进行了封装可通过appendjsfile方法将mui注入到web页面中即可
小岳
不错