Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Disable F11 keyboard shortcut in IE8 Re: Disable F11 keyboard shortcut in IE8

#103577

Try using JavaScript to detect when the viewable browser size reaches the same size (within a few pixels) as the actual screen size. Then you could throw up your alert to tell the user to exit full screen mode.