Re: [w3c/editing] Detecting if a virtual keyboard will open if an element gets focus (Issue #402)

@bigblind  You could also set the `virtualKeyboardPolicy` to `manual` on focus and then switch the value to `auto` after focus is inside the editable element. That way the VK won't show up automatically on focus, but it will if the user taps on the editable element. The `virtualKeyboardPolicy` attribute is described [here](https://w3c.github.io/virtual-keyboard/#extensions-to-the-elementcontenteditable-mixin).

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

Message ID: <w3c/editing/issues/402/1176417794@github.com>

Received on Wednesday, 6 July 2022 16:15:52 UTC