小程序
小游戏
企业微信
微信支付
扫描小程序码分享
打开word文档安卓环境下:openDocumnet:fail file type not supported 2003,IOS正常能打开
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
您好,请问你的问题解决了吗,有什么好的建议吗?我也遇到这个问题了
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
我也是哇,打开word文档的时候苹果是可以的,安卓不行,调试器上面也是可以打开
怎么就没人回答啊?我也遇到了这个问题
wx.downloadFile({ url: 'http://example.com/somefile.pdf', success: function (res) { var filePath = res.tempFilePath wx.openDocument({ filePath: filePath, success: function (res) { console.log('打开文档成功') } }) } })
wx.downloadFile({ url: 'http://example.com/somefile.pdf',
success: function (res) {
var filePath = res.tempFilePath
wx.openDocument({ filePath: filePath,
console.log('打开文档成功')
} }) } })
wx.downloadFile是成功了的filePath 也有值,但是到wx.openDocument就报错、到fail里面去了:
wx.openDocument:fail file type not supported 2003
我也是IOS可以,安卓就报这个错
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
您好,请问你的问题解决了吗,有什么好的建议吗?我也遇到这个问题了
我也是哇,打开word文档的时候苹果是可以的,安卓不行,调试器上面也是可以打开
怎么就没人回答啊?我也遇到了这个问题
wx.downloadFile({ url: 'http://example.com/somefile.pdf',
success: function (res) {
var filePath = res.tempFilePath
wx.openDocument({ filePath: filePath,
success: function (res) {
console.log('打开文档成功')
} }) } })
wx.downloadFile是成功了的filePath 也有值,但是到wx.openDocument就报错、到fail里面去了:
wx.openDocument:fail file type not supported 2003
我也是IOS可以,安卓就报这个错