https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html
不知道为何,Web-View内突然部份手机,点击无任何反应,回调函数也没有任何响应,对公司和用户影响较大,希望 能尽快给个回复,谢谢:
wx.miniProgram.navigateTo({
url: '/detail/detail?ref=' + encodeURIComponent(url),
success: function () {
alert('success');
},
fail: function () {
alert('error:');
}
});
https://developers.weixin.qq.com/community/develop/doc/000c0a550c06f892a53aab2985ec00?jumpto=reply&parent_commentid=000620dc004f70d6a23af1f495b0&commentid=0002aa6cd34a386fa73a8b2b75b8
参考下这个帖子。。。看下是不是同一个问题