wx.downloadFile({ // 示例 url,并非真实存在
url: 'http://example.com/somefile.pdf',
success(res) { const filePath = res.tempFilePath
wx.openDocument({
filePath,
success(res) { console.log('打开文档成功')
}
})
}
})
安卓手机打开pdf文件以后点击右上角三点按钮可以有发送给好友选项,但是苹果手机就没法任何选项了。如何给小程序打开的pdf文件发送或者保存下来?
目前还不支持
走过路过的大佬请多帮帮忙~~
就是目前微信小程序还不支持这种需求吗?
好的。十分感谢
还在需求评估中没有解决吗?