web-view 有没有办法捕获http请求 或者点击链接在拦截做跳转到小程序内页,交互?
我有vr,是web的,点击vr上面的标点 ,然后跳转到小程序内页
4 回复
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
// javascript
wx.miniProgram.navigateTo({url: '/path/to/page'})
web-view | 微信开放文档
https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html