fullscreen icon indicating copy to clipboard operation
fullscreen copied to clipboard

how to disable esc and F11 key (when in fullscreen mode) to come out of fullscreen mode?

Open ampsteric opened this issue 5 years ago • 1 comments
trafficstars

ampsteric avatar Sep 05 '20 01:09 ampsteric

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.

upsuper avatar Sep 06 '20 07:09 upsuper