mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
498 B
498 B
nav-title | title | environment | description | previous_url |
---|---|---|---|---|
HtmlView How-To | html-view | nativescript | Examples for using HtmlView | /ApiReference/ui/html-view/HOW-TO,/cookbook/ui/htm-view |
HtmlView
Using a HtmlView requires the html-view module. {%snippet htmlview-require%}
Declaring a HtmlView.
<Page>
{%raw%}<HtmlView html="{{ htmlString }}" />{%endraw%}
</Page>
Creating a HtmlView
{%snippet htmlview-create%}
Using HtmlView
{%snippet htmlview-using%}