Is it possible make a browser window go full screen?
May 30, 2006 4:31 PM
Subscribe
Is it possible make a browser window go full screen? Not "fake full screen," but full-on, PowerPoint style full screen mode?
I'm trying to make a web-based presentation tool a la PowerPoint (except it won't encourage
boring presentations), but I want to be able to have a full screen mode when the slide show is viewed.
I'd like to be able to do it in all the major browsers (IE, Firefox, Safari, etc.), and be enabled at the click of a link or submit button.
Is it possible? If so, how?
posted by josh.ev9 to computers & internet (16 comments total)
1 user marked this as a favorite
One example that takes over the entire screen with a keypress is NCSU webXkiosk.
The source code is available so that you could write into the browser a custom Javascript action response. If a form button is pressed the code triggers full-screen mode.
posted by Mr. Six at 4:37 PM on May 30, 2006