cordova-plugin-ionic-webview
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
@@ -11,3 +11,12 @@ # Changelog | ||
* `window.Ionic.normalizeURL()` has been deprecated. Use `window.Ionic.WebView.convertFileSrc()`. | ||
* iOS update HTTP server to latest upstream version (GCDwebserve 3.4.2) | ||
* iOS update HTTP server to restart sockets with error state when resuming from background | ||
* iOS enable HTTP server to continue running in background if the webview is running. | ||
* iOS enable Webview to continue running in background. Requires background mode capability enabled in xcode + valid use case as per app store requirements. If your app is not performing valid background tasks it will still be suspended by the OS as usual. As long as valid background tasks are running the webview will continue to function as expected. | ||
* iOS add config.xml options: | ||
* WKSuspendInBackground - defaults to true, if set to false then the webview and HTTP server will continue to run when the app is in the background or screen is locked | ||
* WKPort - defaults to 8080, define the port that the HTTP server will listen on | ||
* WKBind - defaults to localhost, if set to 127.0.0.1 then this IP will be used instead of the localhost hostname for the HTTP server | ||
* WKAllowRemoteConnect - defaults to false, if set to true the HTTP server will accept connections from remote sources | ||
See [Github releases](https://github.com/ionic-team/cordova-plugin-ionic-webview/releases) for earlier changes. |
{ | ||
"name": "cordova-plugin-ionic-webview", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "The official Ionic's WKWebView Engine Plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,3 +57,3 @@ <!-- | ||
``` | ||
npm install @ionic-native/ionic-webview | ||
npm install @ionic-native/ionic-webview@beta | ||
``` | ||
@@ -60,0 +60,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
366454