- 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', })
}
})
ios
wx.openDocument 显示调用成功了,但是却跳入了一个空白页,贼尴尬,安卓就没毛病
打印下fail回调看下错误信息
您好 , 点击 10次10次都进入success. 不进入fail 都进入success,但是就是没打开
麻烦提供下具体的机型、微信版本 ,还有重新提供下代码片段,上面的代码片段不可用
ios支持哪些机型?
支持ios哪些机型?发现好多开发者都遇到了这个问题,能不能给个明确的解决方法?是某些机型不支持呢还是这个方法在ios上确实有bug,给个说法啊
没有设备的限制,打不开的问题具体还是得看下代码才好定位问题,可以按照要求补全信息