Hello everyone. Is there a library for compose web...
# multiplatform
b
Hello everyone. Is there a library for compose webview that lets you download a file? I am currently using https://github.com/KevinnZou/compose-webview-multiplatform library but downloading a file in webview is not yet supported.
r
downloading a file doesn't have anything to do with Compose, no? You can use ktor for networking
b
Thanks for your reply, is this possible with webview? Android has DownloadListener for webview.
r
In this case I suppose you'd need to do it per platform. Or via a new PR against this library if it doesn't support it yet.