cordova-plugin-ionic-webview
Advanced tools
Comparing version 2.2.5 to 2.3.0
@@ -0,1 +1,22 @@ | ||
# [2.3.0](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.5...v2.3.0) (2018-12-05) | ||
### Features | ||
* **ios:** Add URLSchemeHandler for iOS 11+ ([#221](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/221)) ([4a973f4](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/4a973f4)) | ||
## [2.2.5](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.4...v2.2.5) (2018-11-20) | ||
### Bug Fixes | ||
* Add option for Dark keyboard appearance ([#44](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/44)) ([6c0fe56](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/6c0fe56)) | ||
## [2.2.4](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.3...v2.2.4) (2018-11-20) | ||
### Bug Fixes | ||
* fix keyboard displacement bug in iOS 12 WKWebView ([#201](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/201)) ([a670568](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/a670568)) | ||
## [2.2.3](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.2...v2.2.3) (2018-11-09) | ||
@@ -2,0 +23,0 @@ |
{ | ||
"name": "cordova-plugin-ionic-webview", | ||
"version": "2.2.5", | ||
"version": "2.3.0", | ||
"description": "Ionic Web View Engine Plugin", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -61,2 +61,22 @@ <!-- | ||
#### UseScheme | ||
`<preference name="UseScheme" value="true" />` | ||
Default value is `false`. | ||
On iOS 11 and newer it will use a `WKURLSchemeHandler` that loads the app from `ionic://` scheme instead of using the local web server and `https://` scheme. | ||
On iOS 10 and older will continue using the local web server even if the preference is set to `true`. | ||
#### HostName | ||
`<preference name="HostName" value="myHostName" />` | ||
Default value is `app`. | ||
If `UseScheme` is set to yes, it will use the `HostName` value as the host of the starting url. | ||
Example `ionic://app` | ||
#### WKSuspendInBackground | ||
@@ -63,0 +83,0 @@ |
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
394482
52
144