Interface for on-screen keyboards. Only native iPhone, Android, and Windows Store Apps are supported.
This interface allows to display different types of the keyboard: ASCII,
Numbers, URL, Email, and others.
Because the appearance of the keyboard has the potential to obscure
portions of your user interface, it is up to you to make sure that parts
of your user interface are not obscured when the keyboard is being
displayed.TouchScreenKeyboard.visible
and TouchScreenKeyboard.area
should be
used to determine if the keyboard is being shown (activated) and what
portion of the screen is using.
Universal Windows Platform: On Universal Windows Apps the touch screen keyboard is supported when physical keyboard is not connected.
area | キーボードで覆われているスクリーンの戻りの位置 |
hideInput | キーボードの上にあるテキスト入力フィールドを非表示にするかどうか |
isInPlaceEditingAllowed | Checks if the text within an input field can be selected and modified while TouchScreenKeyboard is open. |
isSupported | タッチスクリーンキーボードがサポートされているかどうか |
visible | Returns true whenever any keyboard is visible on the screen. |
active | キーボードを表示したり画面上の特定の位置にスライドするかどうか |
canGetSelection | Specifies whether the TouchScreenKeyboard supports the selection property. (Read Only) |
canSetSelection | Specifies whether the TouchScreenKeyboard supports the selection property. (Read Only) |
characterLimit | How many characters the keyboard input field is limited to. 0 = infinite. |
selection | Gets or sets the character range of the selected text within the string currently being edited. |
status | Returns the status of the on-screen keyboard. (Read Only) |
targetDisplay | Specified on which display the on-screen keyboard will appear. |
text | キーボードのインプットフィールドに表示されている文字を返します |
type | Returns the TouchScreenKeyboardType of the keyboard. |
Open | スクリーン上に OS が提供しているネイティブのキーボードを表示します |