0.0.5 • Published 8 months ago

cordova-plugin-keyboard-esd v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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 uses Swift 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);
0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago