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>" />
이름 | 타입 | 설명 |
---|---|---|
html | String | 보여줄 html 컨텐츠. |
Android | iOS |
---|---|
android.widget.TextView | UILabel |