I want to toggle a normal browser window between normal and full screen by cliking a button on the page within the window. Is it possible to take a browser window that was opened normally and make it full screen?
Printable View
I want to toggle a normal browser window between normal and full screen by cliking a button on the page within the window. Is it possible to take a browser window that was opened normally and make it full screen?
IE might have some methods on its window object, but there is no portable way, not least because not all browsers even support full screen.
I think it should be the user's choice, and the user's choice alone, whether the page is viewed full-screen.