mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
21 lines
496 B
Markdown
21 lines
496 B
Markdown
---
|
|
nav-title: "WebView How-To"
|
|
title: "web-view"
|
|
environment: nativescript
|
|
description: "Examples for using WebView"
|
|
previous_url: /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
|
|
{%snippet webview-url%}
|
|
### Using WebView
|
|
{%snippet webview-localfile%}
|
|
### Using WebView
|
|
{%snippet webview-string%}
|