Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ionic-plugin-keyboard

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-plugin-keyboard - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "ionic-plugin-keyboard",
"version": "1.0.7",
"version": "1.0.8",
"cordova": {

@@ -5,0 +5,0 @@ "id": "ionic-plugin-keyboard",

@@ -8,3 +8,3 @@

inputPane.addEventListener('hiding', function() {
cordova.fireDocumentEvent('native.keyboardhide');
cordova.fireWindowEvent('native.keyboardhide');
cordova.plugins.Keyboard.isVisible = false;

@@ -18,8 +18,7 @@ });

}
cordova.fireDocumentEvent('native.keyboardshow', { keyboardHeight: e.occludedRect.height });
cordova.fireWindowEvent('native.keyboardshow', { keyboardHeight: e.occludedRect.height });
cordova.plugins.Keyboard.isVisible = true;
});
module.exports.disableScroll = function (win, fail, args) {
var disable = args[0];
module.exports.disableScroll = function (disable) {
keyboardScrollDisabled = disable;

@@ -26,0 +25,0 @@ };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc