hankersyan / cordova-plugin-softkeyboard

Cordova/PhoneGap plugin to hide the soft keyboard in iOS/Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoftKeyboard

SoftKeyboard plugin for Cordova/PhoneGap that supports iOS, Android.

Usage

Install the plugin using the CLI, for instance with PhoneGap:

cordova plugin add https://github.com/hankersyan/cordova-plugin-softkeyboard.git

The plugin creates the object cordova.plugins.softkeyboard with the methods hide.

Example:

function onFocus() {
    setTimeout(function(){
	    cordova.plugins.softkeyboard.hide();
	}, 100);
}

About

Cordova/PhoneGap plugin to hide the soft keyboard in iOS/Android.

License:MIT License


Languages

Language:Java 57.0%Language:Objective-C 23.0%Language:JavaScript 20.0%