You are reading docs for v1.3.1, click here for the latest version.
HTML뷰 (HtmlView)

This is an overview of the most common usage of HTML뷰 (HtmlView). For more information about the available properties, methods, or events, head over to the complete API documentation for HTML뷰 (HtmlView).

HtmlView 컴포넌트는 정적인 html 컨텐츠를 웹뷰(WebView) 없이 보여줄 수 있도록 해줍니다.


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

Props

이름타입설명
htmlString보여줄 html 컨텐츠.

네이티브 컴포넌트

AndroidiOS
android.widget.TextViewUILabel
Contributors