我也遇到此类问题
微信小程序pc端在webview中的h5页面,点击按钮跳转其它页面的时候没有反应?微信小程序pc端在webview中的h5页面,点击按钮跳转其它页面的时候没有反应,但是移动端小程序可以正常跳转,请问这是因为什么呀?
2023-06-05我也遇到这个页问题,时而好时而不好,点击分享给朋友和朋友圈,点击无反应
微信7.0.8版本,公众号vue有些安卓手机的wx.ready方法不执行,偶尔执行偶尔不执行。引用http://res.wx.qq.com/open/js/jweixin-1.0.0.js。 安卓手机系统版本是5.1,使用的是Oppo R9手机。 代码片段: wx.ready(() => { this.loading(); wx.getLocation({ type: 'gcj02', success: function (res) { console.log('come in getLocation success'); }.bind(this), cancel: function (res) { console.log('come in getLocation cancel'); this.loading(false); callback(`${config.url}/0/0`); }.bind(this), fail:function (res) { console.log('come in getLocation fail'); this.loading(false); callback(`${config.url}/-1/-1`); }.bind(this), }); });
2020-11-28