cordova-plugin-ionic-webview
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -0,1 +1,10 @@ | ||
## [4.1.2](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v4.1.1...v4.1.2) (2019-09-25) | ||
### Bug Fixes | ||
* **android:** allow schemes that start by https ([#437](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/437)) ([fab9d1f](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/fab9d1f)) | ||
* **Android:** return proper mimeType for wasm files ([0eb8a37](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/0eb8a37)) | ||
* **ios:** make programmatically focus work on iOS 13 ([#438](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/438)) ([7a514b0](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/7a514b0)), closes [#435](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/435) | ||
## [4.1.1](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v4.1.0...v4.1.1) (2019-06-26) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "cordova-plugin-ionic-webview", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Ionic Web View Engine Plugin", | ||
@@ -42,4 +42,4 @@ "scripts": { | ||
"@semantic-release/npm": "^5.0.4", | ||
"commitizen": "^3.0.2", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"commitizen": "^4.0.3", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"semantic-release": "^15.9.17", | ||
@@ -46,0 +46,0 @@ "sync-cordova-xml": "^0.4.0" |
@@ -128,2 +128,10 @@ <!-- | ||
#### ScrollEnabled | ||
```xml | ||
<preference name="ScrollEnabled" value="true" /> | ||
``` | ||
Ionic apps work better if the WKWebView is not scrollable, so the scroll is disabled by default, but can be enabled with this preference. This only affects the main ScrollView of the WKWebView, so only affects the body, not other scrollable components. | ||
## Plugin Requirements | ||
@@ -130,0 +138,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
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
136669
173