Files

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%}