This is an overview of the most common usage of HtmlView. For more information about the available properties, methods, or events, head over to the complete API documentation for HtmlView.
<HtmlView> is a UI component that lets you show static HTML content.
See also: WebView.
<HtmlView html="<div><h1>HtmlView</h1></div>" />

| Name | Type | Description |
|---|---|---|
html | String | The HTML content to be shown. |
| Android | iOS |
|---|---|
android.widget.TextView | UITextView |