> The VirtualKeyboard API provides authors with greater control over the visibility of the virtual keyboard (VK), and greater ability to adapt the layout of web pages when VK visibility changes. Relevant Links: - Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/VirtualKeyboardAPI/explainer.md - Spec: https://www.w3.org/TR/virtual-keyboard/
Other Browsers/Engines: - Chromium: https://www.chromestatus.com/feature/5680057076940800 (Shipping with Chromium 94) - Gecko/Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1730568
<rdar://problem/83154723>
Thank you for filing. The appropriate engineers have been notified.
Hello, Any update on this? It's very hard (if possible at all) to control whether the Keyboard hides the bottom contents of the screen, which is different from the behavior of the other browsers on Android. Chrome v108 allows to control this via viewport meta - https://developer.chrome.com/blog/viewport-resize-behavior/ which gives more flexibility to devs. Would be nice to see Safari implementing any kind of flexibility, as at the moment we have none. Thanks