-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: "Navigator: virtualKeyboard プロパティ" | ||
short-title: virtualKeyboard | ||
slug: Web/API/Navigator/virtualKeyboard | ||
l10n: | ||
sourceCommit: 89c435da452257b944b403cc9e45036fcb22590e | ||
--- | ||
|
||
{{APIRef("VirtualKeyboard")}}{{SeeCompatTable}}{{SecureContext_Header}} | ||
|
||
**`virtualKeyboard`** は {{domxref("navigator")}} インターフェイスの読み取り専用プロパティで、{{domxref("VirtualKeyboard")}} インスタンスオブジェクトへの参照を返します。 | ||
|
||
{{domxref("VirtualKeyboard_API", "仮想キーボード API", "", "nocode")}} が利用可能になると、タブレットやモバイル端末、ソノタノハードウェアキーボードが利用できない端末で、画面に仮想キーボードが表示されたり非表示になったりする際に、開発者はアプリケーションのレイアウトを制御できるようになります。 | ||
|
||
## 値 | ||
|
||
{{domxref("VirtualKeyboard")}} オブジェクトで、自動仮想キーボードの動作を無効にしたり、仮想キーボードをプログラムで表示または非表示にしたり、仮想キーボードの現在の位置とサイズを取得したりするために使用することができます。 | ||
|
||
## 仕様書 | ||
|
||
{{Specifications}} | ||
|
||
## ブラウザーの互換性 | ||
|
||
{{Compat}} |