ionic-plugin-keyboard
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "ionic-plugin-keyboard", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"cordova": { | ||
@@ -5,0 +5,0 @@ "id": "ionic-plugin-keyboard", |
@@ -65,4 +65,6 @@ Keyboard | ||
Disable native scrolling, useful if you are using JavaScript to scroll | ||
Prevent the native UIScrollView from moving when an input is focused. The telltale sign that this is happening is the top of your app scrolls out of view (if using Ionic, your header bar will disappear). | ||
This does *not* prevent any DOM elements from being able to scroll. That needs to happen from CSS and JavaScript, not this plugin. | ||
cordova.plugins.Keyboard.disableScroll(true); | ||
@@ -69,0 +71,0 @@ cordova.plugins.Keyboard.disableScroll(false); |
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
5048995
62
225
131