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 контент.
Также смотрите: WebView.
<HtmlView html="<div><h1>HtmlView</h1></div>" />

| Имя | Тип | Описание |
|---|---|---|
html | String | HTML контент, который будет отображен. |
| Android | iOS |
|---|---|
android.widget.TextView | UITextView |