KevinnZou / compose-webview-multiplatform

WebView for JetBrains Compose Multiplatform
https://kevinnzou.github.io/compose-webview-multiplatform/
Apache License 2.0
348 stars 44 forks source link

Download files #177

Open nickfaces opened 3 weeks ago

nickfaces commented 3 weeks ago

Hi!

Can we use webview to dowload files? In the browser, when I click on the file download button, the file manager opens or the download starts automatically. Nothing happens in the webview.

KevinnZou commented 2 weeks ago

@nickfaces Thanks for your feedback! We are unable to support this with just simple settings. It needs to be implemented for all platforms using the native method. Unfortunately, we do not have enough resources to do so. If you are willing to do it, you are welcome to submit a PR. Thank you!