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> 是一个UI组件,可让您显示静态HTML内容。

另请参见:WebView


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

道具

名称类型描述
htmlString要显示的HTML内容。

原生组件

AndroidiOS
android.widget.TextViewUITextView
Contributors