flutter-webview-windows
flutter-webview-windows copied to clipboard
how to download files?
Needs to be implemented. See https://github.com/MicrosoftEdge/WebView2Feedback/blob/master/specs/CustomDownload.md
FYI: Downloads especially long running in background are total broken with flutter. There are a couple of plugins which have all their own issues.
Hi @jnschulze , I'm a bit confused about downloads: Am I right in thinking that downloads are generally not yet possible?
Hi @jnschulze , I'm a bit confused about downloads: Am I right in thinking that downloads are generally not yet possible?
I learned, that it is possible to download files. In my tests, the files are silently downloaded to the downloads directory and (if applicable) openend automatically. But it looks like there is currently no way to get any information or events about that in the Flutter app?
@jnschulze Could you give some (rough) hints on what needs to be done to get some very basic events like "download started" or better "download finished"?
Ok, the link you provided above seems to contain everything that is needed 👍