Keyboard
Keyboard plugin for Cordova.
Requires Cordova plugin: cordova-plugin-ionic-keyboard. For more info, please see the
Keyboard plugin docs.
Premier Version Available
Featuring regular release cycles, security and bug fixes, and guaranteed SLAs.
Installation
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 compatibleUsage
React
Angular
import { Keyboard } from '@ionic-native/keyboard/ngx';
constructor(private keyboard: Keyboard) { }
...
this.keyboard.show();
this.keyboard.hide();

