rememberWebViewStateWithHTMLData

fun <T : WebView> rememberWebViewStateWithHTMLData(data: String, baseUrl: String? = null, encoding: String = "utf-8", mimeType: String? = null, historyUrl: String? = null): WebViewState<T>

Creates a WebView state that is remembered across Compositions.

Parameters

data

The uri to load in the WebView