1.0.8 • Published 11 months ago

cordova-plugin-carrying-plugins-webview v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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/');
1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago