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> é um componente de UI que permite mostrar conteúdo HTML estático.


<HtmlView html="<div><h1>HtmlView</h1></div>" />

Propriedades

nometipodescrição
htmlStringConteúdo HTML para ser exibido.

Componente Nativo

AndroidiOS
android.widget.TextViewUITextView
Contributors