Re: [w3c/editing] Future Usage of VirtualKeyboardAPI (#308)

We're keen to use the `overlaysContent` mode for HTML5 games on mobile. If you have a canvas that fits to the browser-reported window size, and add an input element on top, when the user selects it the appearance of the VK causes the window size to shrink, which also shrinks the entire canvas, which in turn can make it difficult to see what you're even typing. The iOS-style VK overlaying content and scrolling the visible area to fit the input element is a much better approach in this scenario.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/308#issuecomment-872902699

Received on Friday, 2 July 2021 10:42:33 UTC