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> es un componente que permite mostrar contenido HTML estático.
Puedes ver también: WebView.
<HtmlView html="<div><h1>HtmlView</h1></div>" />

| Nombre | Tipo | Descripción |
|---|---|---|
html | String | El contenido HTML que deseas mostrar. |
| Android | iOS |
|---|---|
android.widget.TextView | UITextView |