Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The boundingRect
property of the VirtualKeyboard
interface contains a DOMRect
indicating the position and size of the on-screen virtual keyboard that overlays the web page.
The on-screen virtual keyboard will overlay the viewport when the Virtual Keyboard API is used to prevent the browser from resizing the viewport automatically. This is done by setting the overlaysContent
property to true
.