I see that Compose Multiplatform 1.9 has just released with the introduction of the new WebElementView
New API for embedding HTML content
I’m making a Compose Multiplatform (targeted to iOS and Android) that’s just a wrapper to one of our existing SPA web apps. I’m using WKWebView on iOS and WebView on Android, giving them both a URL to your webapp to display.
Should I now start using WebElementView instead? Is it meant as a good replacement for this?
Thanks!
Jørund