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>" />
nome | tipo | descrição |
---|---|---|
html | String | Conteúdo HTML para ser exibido. |
Android | iOS |
---|---|
android.widget.TextView | UITextView |