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 2.0.1 to 2.1.0

www/browser/keyboard.js

2

package.json
{
"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

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