0.0.5 • Published 7 months ago
cordova-plugin-keyboard-esd v0.0.5
cordova-plugin-keyboard-esd
This is a simple cordova plugin written in Kotlin and Swift that lets you hide and show the keyboard
Platforms
iOS
android
Dependencies
cordova-plugin-add-swift-support@2.0.2
that usesSwift 4
cordova 12
cordova-ios 7
cordova-android 13
Installation
cordova plugin add cordova-plugin-keyboard-esd
Methods
- show
Show the keyboard
- hide
Hide the keyboard
Examples
cordova.plugins.Keyboard.show(successCallback, errorCallback);
cordova.plugins.Keyboard.hide(successCallback, errorCallback);