Re: [whatwg/fullscreen] how to disable esc and F11 key (when in fullscreen mode) to come out of fullscreen mode? (#184)

I think browsers generally allow page to `preventDefault` on `keypress` of F11, so you can disable it via that. Escape key, however, is a security measure to stop page from trapping users in fullscreen mode, so it can't be disabled by design.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/184#issuecomment-687714694

Received on Sunday, 6 September 2020 07:18:23 UTC