fullscreen
fullscreen copied to clipboard
how to disable esc and F11 key (when in fullscreen mode) to come out of fullscreen mode?
trafficstars
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.