cordova-plugin-carrying-plugins-webview

1.0.8 • Public • Published

Cordova carrying plugins webview

fork of kunder.cl webview plugin https://github.com/kunder-lab/cl.kunder.webview

This cordova plugin enables you to open a second webview in your app. This webview is totally independent from the main webview, but allows you tu access plugins and other Cordova resources. It's possible to modify this plugin to allow multiple webviews.

Install the plugin using:

cordova plugin add cordova-plugin-carrying-plugins-webview

Supported Platforms

  • Android
  • iOS

Use the plugin in your JS file:

webview.Show(URL)
webview.Hide()
webview.ExitApp()

Example:

declare const webview: any;

webview.Show('https://www.npmjs.com/');

Package Sidebar

Install

npm i cordova-plugin-carrying-plugins-webview

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

19.9 kB

Total Files

9

Last publish

Collaborators

  • bxb223