- From: Maxim Devaev <notifications@github.com>
- Date: Mon, 19 Jan 2026 00:01:48 -0800
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 January 2026 08:01:52 UTC
mdevaev left a comment (whatwg/fullscreen#232) As a developer, I would like to note that there is exactly one problem with the current draft/implementation: it is impossible to check the presence or absence of `keyboardLock` support on the target browser without having to call `requestFullscreen()`. There is no any flag or property that we could use for this. And even after the call, the code does not know whether it intercepts all key events. If this is not supported, it would be great to be able to distinguish between these states to alert the user who expects all his keys to be intercepted. It might not be too late to add something for that. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fullscreen/pull/232#issuecomment-3766971303 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fullscreen/pull/232/c3766971303@github.com>
Received on Monday, 19 January 2026 08:01:52 UTC