- From: snianu <notifications@github.com>
- Date: Wed, 06 Jul 2022 09:15:28 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 July 2022 16:15:52 UTC
@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