HtmlView

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>" />

Props

NombreTipoDescripción
htmlStringEl contenido HTML que deseas mostrar.

Componente nativo

AndroidiOS
android.widget.TextViewUITextView
Contributors