Files
NativeScript/apps/tests/ui/html-view/htm-view.md
2016-05-02 10:45:50 +03:00

414 B

nav-title, title, description
nav-title title description
HtmlView How-To html-view Examples for using HtmlView

HtmlView

Using a HtmlView requires the html-view module.

Declaring a HtmlView.

 <Page>
      {%raw%}<HtmlView html="{{ htmlString }}" />{%endraw%}
 </Page>

Creating a HtmlView

Using HtmlView