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>" />
名称 | 类型 | 描述 |
---|---|---|
html | String | 要显示的HTML内容。 |
Android | iOS |
---|---|
android.widget.TextView | UITextView |