- 当前 Bug 的表现(可附上截图)
在编辑器上可以正常打开pdf文档,可是在真机上一直提示“未找到可以打开该类型文档的应用”,控制台打印,可以看到文档的在线路径和下载的路径都能拿到
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
gotoCase(e){ let self = this , fileurl = e.currentTarget.dataset.fileurl; console.log(fileurl); wx.downloadFile({ url: fileurl, success(res){ let filePath = res.tempFilePath; console.log(filePath); wx.openDocument({ filePath: filePath, fileType: "pdf" , success(res){ // console.log("打开文档成功"); }, fail(res){ console.log(res); }, complete(){ } }); } }); } |
企业小程序打开文件白板,已安装QQ浏览器之后,为何没有解决
关注 已经修复了么。有临时的解决方法么
问题已知,会在后续的版本进行修复
https://developers.weixin.qq.com/community/develop/doc/0004e47ec94958a146689658256400
这个问题我遇到很久了 当时回复我说bug已经在修复了 但是现在不仅没有被修复而且在每周修复的迭代计划里彻底消失了
问题什么时候修复啊?