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> is a UI component that lets you show static HTML content.

See also: WebView.


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

Props

NameTypeDescription
htmlStringThe HTML content to be shown.

Native component

AndroidiOS
android.widget.TextViewUITextView
Contributors