fun loadHtml(content: String, baseUrl: String): Unit
Loads raw HTML content into the web view.
content
- HTML content to load.
baseUrl
- Stylesheets, images etc. that are referenced in the HTML document will be
discovered relative to this location.