2017-09-27
1.0.0
Henrique Batista
All
All
Plug-ins
[Overview]
(IOS ONLY) This plugin provides the Keyboard object which has some functions to customize and control the keyboard. It also supports the HideKeyboardFormAccessoryBar (boolean) and KeyboardShrinksView (boolean) preferences in config.xml.
[Detail]
Implementation of https://github.com/cjpearson/cordova-plugin-keyboard
Mainly to fix the IOS issue with the webview not being shrinked when focused on inputs.
It implements the following methods:
CordovaKeyboardHide
CordovaKeyboardhideFormAccessoryBar
CordovaKeyboardIsVisible
CordovaKeyboardshrinkView
Also makes available the following keyboard events:
keyboardHeightWillChange
keyboardWillHide
keyboardWillShow
keyboardDidHide
keyboardDidShow