1.1.5 • Published 5 years ago

nativescript-simple-webview v1.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

NativeScript Simple Webview Plugin

A simple plugin for providing webview functionality to your NativeScript app, with the added ability to programmatically close the webview (in iOS).

Installation

tns plugin add nativescript-simple-webview

Usage

Unlike other nativescript webview plugins the simple webview plugin exposes a SimpleWebView interface with a single instance method named close().

import { openUrl } from 'nativescript-simple-webview';

const webview = openUrl({
    url: 'http://www.google.com',
});

webview.close();

License

MIT

1.1.5

5 years ago

1.1.4

5 years ago

1.1.4-beta.3

5 years ago

1.1.4-beta.1

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago