获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
我也遇到同样的问题,不过我解决了。解决方法: 判断是ios的话 一进页面就刷新一下页面 const u = navigator.userAgent.toLowerCase().match(/cpu iphone os (.*?) like mac os/) if (u) { let _href = window.location.href if (window.location.href.indexOf('hash') < 0) { location.replace(_href + '&hash=1') } }
IOS 小程序 web-view 长按无法识别企业微信二维码?IOS 小程序 web-view 长按无法识别企业微信二维码
2022-07-05