nativescript-webkit-webview
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

/nativescript-webkit-webview/

    Package Sidebar

    Install

    npm i nativescript-webkit-webview

    Weekly Downloads

    3

    Version

    1.0.5

    License

    Apache-2.0

    Last publish

    Collaborators

    • sean-perkins
    • triniwiz