cordova-plugin-inappbrowser
Advanced tools
Comparing version 2.0.2 to 3.0.0
{ | ||
"name": "cordova-plugin-inappbrowser", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"description": "Cordova InAppBrowser Plugin", | ||
@@ -45,3 +45,3 @@ "types": "./types/index.d.ts", | ||
}, | ||
"3.0.0": { | ||
"4.0.0": { | ||
"cordova": ">100" | ||
@@ -48,0 +48,0 @@ } |
@@ -141,2 +141,3 @@ --- | ||
- __hidenavigationbuttons__: set to `yes` or `no` to turn the toolbar navigation buttons on or off (defaults to `no`). Only applicable if toolbar is not disabled. | ||
- __navigationbuttoncolor__: set as a valid hex color string, for example: `#00ff00`, to change from the default color. Only applicable if navigation buttons are visible. | ||
- __toolbar__: set to `yes` or `no` to turn the toolbar on or off for the InAppBrowser (defaults to `yes`) | ||
@@ -153,2 +154,3 @@ - __toolbarcolor__: set as a valid hex color string, for example: `#00ff00`, to change from the default color of the toolbar. Only applicable if toolbar is not disabled. | ||
- __toolbarposition__: Set to `top` or `bottom` (default is `bottom`). Causes the toolbar to be at the top or bottom of the window. | ||
- __hidespinner__: Set to `yes` or `no` to change the visibility of the loading indicator (defaults to `no`). | ||
@@ -155,0 +157,0 @@ Windows supports these additional options: |
@@ -23,2 +23,9 @@ <!-- | ||
### 3.0.0 (Apr 12, 2018) | ||
* [CB-13659](https://issues.apache.org/jira/browse/CB-13659) **iOS** Add hidespinner option | ||
* In file `AppBrowser.java`: New code within `shouldOverrideUrlLoading()` to check for whitelisting custom schemes via a new `AllowedSchemes` preference configuration item. Allows custom schemes like `mycoolapp://` or `wevotetwitterscheme://` | ||
* `InAppBrowser.java`: New method `isURLWhileListed` to check for whitelisting of `AllowedSchemes` in a new preference configuration item. There is a new check in `shouldOverrideUrlLoading`, to allow whitelisted custom schemes like "mycoolapp://" | ||
* Add customisation of the navigation buttons for **iOS** | ||
* Fix navigation buttons on **iOS** | ||
### 2.0.2 (Jan 24, 2018) | ||
@@ -25,0 +32,0 @@ * [CB-13791](https://issues.apache.org/jira/browse/CB-13791) Add **Android** support for a footer close button |
@@ -39,3 +39,4 @@ /* | ||
'loaderror': channel.create('loaderror'), | ||
'exit': channel.create('exit') | ||
'exit': channel.create('exit'), | ||
'customscheme': channel.create('customscheme') | ||
}; | ||
@@ -42,0 +43,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
603146
1634
677
0