0.0.1 • Published 5 months ago
cordova-keyboard-plugin v0.0.1
cordova-keyboard-plugin
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-keyboard-plugin
Methods
- show
Show the keyboard
- hide
Hide the keyboard
Examples
cordova.plugins.Keyboard.show(successCallback, errorCallback);
cordova.plugins.Keyboard.hide(successCallback, errorCallback);
0.0.1
5 months ago