loadStyledHTML
Loads html into a webview with custom css styling. Example AMUtil.loadStyledHTML(webview, "{p {text-align: center;color: red;}}", "
Example
");Parameters
style
Css contents
htmlBody
The html string to put in the
Loads html into a webview with custom css styling. Example AMUtil.loadStyledHTML(webview, "{p {text-align: center;color: red;}}", "
Example
");Css contents
The html string to put in the