Anyone have a working example of using a webview i...
# compose
c
Anyone have a working example of using a webview in Compose?
a
AndroidView
works well for me. One caveat is that you need to manually set the layout params of the
WebView
to MATCH_PARENT. See this issue.
c
Interesting. I'll take a look at that. thanks. I seem to be updating the URL, but nothing is happening. SO I guess I'm doing something wrong.
l
I have been using a WebView in my app on production for few months, and it's working quite well. Can you share your code on how you are updating the url ?
c
@Lucien Guimaraes thanks. Will do that once I get back to my machine.