mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
411 B
411 B
nav-title, title, description
| nav-title | title | description |
|---|---|---|
| HtmlView How-To | How-To | Examples for using HtmlView |
HtmlView
Using a HtmlView requires the html-view module.
Declaring a HtmlView.
<Page>
{%raw%}<HtmlView html="{{ htmlString }}" />{%endraw%}
</Page>