小程序
小游戏
企业微信
微信支付
扫描小程序码分享
实现文档查看的功能,
调用wx.openDocument 可以实现,但是此预览页标题为空白, 请问是否支持将文件名作为文件预览页的标题?
刚才试了一下,在微信中直接打开文档,也没有文件名作为标题,不过至少有“文件预览”几个字。
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你的反馈我们已收到,我们会在后续的版本中考虑增加类似功能。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
谢谢
23年8月底了,还没新增么
五年过去了,这个属性加上了吗?
可以解决设置标题,iOS有效,安卓还没测试。
wx.downloadFile({
url: this.data.url,
filePath: wx.env.USER_DATA_PATH + "/" + this.data.filename,
success: function (res) {
const filePath = res.filePath
wx.openDocument({
filePath: filePath,
fileType: fileType,
console.log('打开文档成功', res)
},
fail: function (res) {
wx.showToast({title: '打开文档失败', icon: 'none', duration: 2000})
})
}
两年过去了,设置标题的功能加上去了吗?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你的反馈我们已收到,我们会在后续的版本中考虑增加类似功能。
谢谢
23年8月底了,还没新增么
五年过去了,这个属性加上了吗?
可以解决设置标题,iOS有效,安卓还没测试。
wx.downloadFile({
url: this.data.url,
filePath: wx.env.USER_DATA_PATH + "/" + this.data.filename,
success: function (res) {
const filePath = res.filePath
wx.openDocument({
filePath: filePath,
fileType: fileType,
success: function (res) {
console.log('打开文档成功', res)
},
fail: function (res) {
wx.showToast({title: '打开文档失败', icon: 'none', duration: 2000})
},
})
}
})
两年过去了,设置标题的功能加上去了吗?