Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The hide()
method of the VirtualKeyboard
interface programmatically hides the on-screen virtual keyboard. This is useful when the page needs to implement its own virtual keyboard logic by using the VirtualKeyboard API.
This method only works if the currently-focused element's virtualKeyboardPolicy
attribute is set to manual
and inputmode
isn't set to none
.
The hide()
method always returns undefined
and triggers a geometrychange
event.