- From: Frederik Creemers <notifications@github.com>
- Date: Wed, 06 Jul 2022 08:37:37 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 July 2022 15:38:00 UTC
In our chat application, we often move focus back to the message field after an action such as deleting a message has been performed. Unfortunately, this opens up the virtual keyboard in many cases, so we disable this behavior if we think we're on a mobile device. We currently check this using screen size, but that's not a great heuristic. It would be great if there were a way to check if moving focus to an input or contentEditable element would cause an on-screen keyboard to open. We might be able to solve this with the inputPanelPolicy proposed in #225, but that would mean blocking the keyboard by default, and then re-enabling it in the cases when we want it to appear, and I'd prefer to do it the other way around. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/402 You are receiving this because you are subscribed to this thread. Message ID: <w3c/editing/issues/402@github.com>
Received on Wednesday, 6 July 2022 15:38:00 UTC