这是什么问题啊,有没有官方给个解释啊,
显示非微信官方网页web-view 开发者工具上显示没有问题 手机端跳转到业余域名下的地址 会显示“您将要访问的链接 非微信官方网页 继续访问将转换成手机预览模式” 为什么会跳出这个提示 ? 接入的另一个业务域名 跳转都是正常的
2018-12-28别沉啊,我也出现这个问题了
扫码打开小程序配置成功,但是打开的时候是非官方网页在小程序后台完成了扫码登录小程序的规则,校验文件等配置,也验证成功了 在第一次生成二维码的时候扫码能进入小程序,但是后面扫码就全部变成非微信官方网页,继续访问将转换成手机预览模式
2018-12-28安卓啥事都没有,ios有时可以,有时不可以,文件缓存成功了,但是wx.opendocument 这个函数就是没反应 ios 贼尴尬
wx.openDocument安卓每次都能正常打开,Ios只能偶尔打开wx.openDocument每次都能进入成功回调,但就是文件不出来,android手机上没有问题,每次都能打开,但是ios手机上出现频繁,只能偶尔打开
2018-12-20ios wx.openDocument 显示调用成功了,但是却跳入了一个空白页,贼尴尬,安卓就没毛病
wx.openDocument打不开文件- iphone6背面型号A1586,ios11.4, wx.openDocument打开PPT都走success但是十次八次打不开(不一定) 我的安卓机百分百可以打开 - 复现路径pages/document/document api.post(fileDownloadUrl, { file_id: e.currentTarget.dataset.item.file_id }).then(res => { if (res.code == '1') { wx.showLoading({ mask: true }) wx.downloadFile({ url: res.data.url, success: function (res) { console.log(res) wx.hideLoading() const filePath = res.tempFilePath wx.openDocument({ filePath: filePath, success: function (res) { console.log(1) }, fail: function (res) { console.log(res) } }) } }) } else { wx.showToast({ title: res.msg, icon: 'none', }) } })
2018-12-13