uni.openDocument({ filePath: res.savedFilePath, fileType: item.fileType, //wx文件类型 有效值 doc, xls, ppt, pdf, docx, xlsx, pptx showMenu: true, //wx右上角是否有可以转发分享的功能 success: function(res) { console.log('打开文档成功', res); }, fail: function(res) { console.log('...
openDocument:fail:file type not supported"一直提示这个!文件是docx文件 华为荣耀10和一加 8T都不好使 letfile = wx.getFileSystemManager()letpath = wx.env.USER_DATA_PATH +'/'+res.filenameletfileType = res.filename.split('.')letopenPath =escape(path)console.log('fileType',fileType)//小程序暂...
wx.openDocument({ //新开页面打开文档 filePath: savedFilePath, showMenu: true, flieType: 'pdf', success: function (res) { console.log('打开文档成功') }, fail: function(err){ console.log('打开文档失败:', err) } }); }, fail: function (err) { console.log('保存失败:', err) } }...
框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本 小程序 Bug wx.openDocument 微信iOS客户端 7.09 2.10.0 wx.openDocument 在fileType 中列的可打开文档后缀名范围内,DOCX,XLSX,PPTX,这三种文档格式,Android打开无异常,ios无法打开,提示 'openDocument:fail filetype not supported' 回答关注问题邀请...
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
1. 通过拖拽,完成outlet /action的声明;增加一些message例如opendocument/handledocumentopenUrL/ 2.注意到要实现protocol:UIDocumentInteractionControllerDelegate @interface flyViewController : UIViewController<UIDocumentInteractionControllerDelegate> { IBOutlet UIWebView *webview; ...