webview中提示 wx.downloadFile is not a function?

发布于 7 年前作者 juanyan15303 次浏览最后编辑 7 年前来自 ask

版本库2.12.1

开发工具查看发现wx对象中未找到downloadFile方法,是webview不支持下载其他格式的文件吗?

3 回复
nmao
nmao1 楼5 年前

web-view 支持的 jssdk接口是没有这个的

https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html

xiulan48
xiulan482 楼5 年前

web-view支持的接口里没有wx.downloadFile

替代的有

downloadImage

downloadVoice

参考文档:

web-view | 微信开放文档

https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html

junren
junren3 楼5 年前

自己想的?