1.0.5 • Published 6 years ago

nativescript-webkit-webview v1.0.5

Weekly downloads
4
License
Apache-2.0
Repository
-
Last release
6 years ago

NativeScript WebKit WebView

npm npm Build Status

Installation

tns plugin add nativescript-webkit-webview

Usage

Angular

import { registerElement } from 'nativescript-angular/element-registry';
registerElement('WebView', () => require('nativescript-webkit-webview').TNSWKWebView);
<WebView src="https://www.google.com"></WebView>

IMPORTANT: Make sure you include xmlns:wk="nativescript-webkit-webview" on the Page tag

<wk:TNSWKWebView src="https://www.google.com"/>

License

Apache License Version 2.0, January 2004

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago