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>はHTMLのコンテンツを表示するためのUIコンポーネントです。
こちらもご覧ください: WebView.
<HtmlView html="<div><h1>HtmlView</h1></div>" />

| 名前 | 型 | 説明 |
|---|---|---|
html | String | 表示されるHTMLのコンテンツ |
| Android | iOS |
|---|---|
android.widget.TextView | UITextView |