Join Slack
Powered by
Hello everyone. Is there a library for compose web...
# multiplatform
b
Beverly May Orofeo
06/21/2024, 5:41 AM
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
Rok Oblak
06/21/2024, 6:55 AM
downloading a file doesn't have anything to do with Compose, no? You can use ktor for networking
b
Beverly May Orofeo
06/21/2024, 7:24 AM
Thanks for your reply, is this possible with webview? Android has DownloadListener for webview.
r
Rok Oblak
06/21/2024, 11:14 AM
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.
31
Views
Open in Slack
Previous
Next