mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
542 B
542 B
nav-title | title | environment | description | previous_url |
---|---|---|---|---|
WebView How-To | web-view | nativescript | Examples for using WebView | /ApiReference/ui/web-view/HOW-TO |
WebView
Using a WebView requires the web-view module. {%snippet webview-require%}
Declaring a WebView.
{%snippet declare-webview-xml%}
Creating a WebView
{%snippet declare-webview%}
Using WebView with remote URL
{%snippet webview-url%}
Using WebView with local file
{%snippet webview-localfile%}
Using WebView with raw HTML
{%snippet webview-string%}