OutSystems Forge 日本語データベース

Cordova Keyboard Plugin

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-09-27 1.0.0 Henrique Batista All All Plug-ins
(IOS ONLY)このプラグインは、キーボードをカスタマイズして制御するいくつかの機能を持つKeyboardオブジェクトを提供します。 また、config.xmlのHideKeyboardFormAccessoryBar(boolean)およびKeyboardShrinksView(boolean)プリファレンスもサポートしています。
https://github.com/cjpearson/cordova-plugin-keyboardの実装 主に入力に焦点を当てたときに縮小されていないwebviewでIOSの問題を修正する。 以下のメソッドを実装しています: CordovaKeyboardHide CordovaKeyboardhideFormAccessoryBar CordovaKeyboardIsVisible CordovaKeyboardshrinkView また、以下のキーボードイベントを利用できます。 keyboardHeightWillChange keyboardWillHide keyboardWillShow keyboardDidHide keyboardDidShow

[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
戻る