从Datatable导出Flutter inAppWebview下载文件 [英] Flutter inAppWebview download file from datatable export

查看:48
本文介绍了从Datatable导出Flutter inAppWebview下载文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从数据表中导出数据,例如使用 inAppWebview包,但由于URL使用的是BLOB,下载失败,我尝试遵循

I'm trying to export data from datatable like this using inAppWebview package but the download failed because the URL is using BLOB, I try to follow this answer but still unable to download that file. Any suggestion?

推荐答案

这是已知问题( Flutter WebView blob pdf下载.我已经更新了答案,以支持依赖于blob具有的mimeType的扩展,而不是针对.pdf对其进行硬编码.你可以试试看.您将需要映射获得的mimeType,例如 application/vnd.ms-excel .xlsx 等.

It is known issue (Download Blob file from Website inside Android WebViewClient). There is another question about .pdf files with exactly the same problem Flutter WebView blob pdf download. I have updated my answer to support extension that depends on mimeType that blob has instead of hardcoding it for .pdf. You can try it. You would need to map the mimeType that you get e.g. application/vnd.ms-excel to .xlsx etc.

这篇关于从Datatable导出Flutter inAppWebview下载文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆