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>はHTMLのコンテンツを表示するためのUIコンポーネントです。

こちらもご覧ください: WebView.


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

Props

名前説明
htmlString表示されるHTMLのコンテンツ

Native component

AndroidiOS
android.widget.TextViewUITextView
Contributors