Keyboard
Keyboard plugin for Cordova.
Requires Cordova plugin: cordova-plugin-ionic-keyboard
. For more info, please see the Keyboard plugin docs.
https://github.com/ionic-team/cordova-plugin-ionic-keyboard
Stuck on a Cordova issue?
If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.
Installation
- Capacitor
- Cordova
- Enterprise
$ npm install cordova-plugin-ionic-keyboard
$ npm install @awesome-cordova-plugins/keyboard
$ ionic cap sync
$ ionic cordova plugin add cordova-plugin-ionic-keyboard
$ npm install @awesome-cordova-plugins/keyboard
Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team. Learn More or if you're interested in an enterprise version of this plugin Contact Us
Supported Platforms
- Android
- iOS
Capacitor
Not Compatible
Usage
React
Learn more about using Ionic Native components in React
Angular
import { Keyboard } from '@awesome-cordova-plugins/keyboard/ngx';
constructor(private keyboard: Keyboard) { }
...
this.keyboard.show();
this.keyboard.hide();