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.
インストール
Ionic Native Enterprise はIonic Teamが完全にサポートしメンテナンスしているプラグインを利用できます。 詳しくみる か、エンタープライズプラグインに興味があれば 連絡ください
サポートしているプラットフォーム
- Android
- iOS
Capacitor
Not compatible利用方法
React
Angular
import { Keyboard } from '@ionic-native/keyboard/ngx';
constructor(private keyboard: Keyboard) { }
...
this.keyboard.show();
this.keyboard.hide();

