Files
NativeScript/tests/app/ui/html-view/htm-view.md
2016-06-20 14:32:12 +03:00

488 B

nav-title, title, environment, description, previous_url
nav-title title environment description previous_url
HtmlView How-To html-view nativescript Examples for using HtmlView /ApiReference/ui/html-view/HOW-TO

HtmlView

Using a HtmlView requires the html-view module.

Declaring a HtmlView.

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

Creating a HtmlView

Using HtmlView