skrypton-api / com.waicool20.skrypton.jni.objects / SKryptonWebView / loadHtml

loadHtml

fun loadHtml(content: String, baseUrl: String): Unit

Loads raw HTML content into the web view.

Parameters

content - HTML content to load.

baseUrl - Stylesheets, images etc. that are referenced in the HTML document will be discovered relative to this location.