virtualkeyboardpolicy #
::: section-content
::: {#sect1 .notecard .experimental}
Experimental: This is an
experimental
technology
Check the
Browser compatibility table
carefully before using this in production.
:::
The virtualkeyboardpolicy
global attribute is
an enumerated attribute. When specified on an element that also uses the
contenteditable
attribute, 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 an empty 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 #
::: _table #
Specification #
VirtualKeyboard API
[#
dom-elementcontenteditable-virtualkeyboardpolicy]{.small}
:::
Browser compatibility #
::: _table Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
virtualkeyboardpolicy
94 94 No No 80 No 94 94 No 66 No 17.0
:::
See also #
::: section-content
- All global attributes
HTMLElement.contentEditable
andHTMLElement.isContentEditable
- The VirtualKeyboard API :::
::: _attribution
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5
or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/virtualkeyboardpolicy{._attribution-link}
:::