Merge pull request #3643 from NativeScript/niliev/update-doc

updated webview article sub titles
This commit is contained in:
Nick Iliev
2017-02-15 17:55:04 +02:00
committed by GitHub

View File

@ -12,9 +12,9 @@ Using a WebView requires the web-view module.
{%snippet declare-webview-xml%}
### Creating a WebView
{%snippet declare-webview%}
### Using WebView
### Using WebView with remote URL
{%snippet webview-url%}
### Using WebView
### Using WebView with local file
{%snippet webview-localfile%}
### Using WebView
### Using WebView with raw HTML
{%snippet webview-string%}