Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

HTML virtualkeyboardpolicy global attribute

Limited availability

Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.

Thevirtualkeyboardpolicyglobal attribute is an enumerated attribute. When specified on an element that the element's content is editable (for example, it is an<input> or<textarea> element, or an element with thecontenteditable attribute set), it controls the on-screen virtual keyboard behavior on devices such as tablets, mobile phones, or other devices where a hardware keyboard may not be available.

The attribute must take one of the following values:

  • auto or anempty string, which automatically shows the virtual keyboard when the element is focused or tapped.
  • manual, which decouples focus and tap on the element from the virtual keyboard's state.

Specifications

Specification
VirtualKeyboard API
# dom-elementcontenteditable-virtualkeyboardpolicy

Browser compatibility

See also

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp