I use the HTML5 full-screen API so that users can view my site in full-screen mode, however, when a user clicks on a link (for example, a menu item), the user switches back to normal browser mode. How can I save the browser in full screen when the user clicks on certain links? It is preferable without having to convert the entire site into an AJAX page loading system.
This cannot be done without conversion to the AJAX boot system. When you go to another page, the DOM tree is destroyed, but the element that you put in full-screen mode is part of the specified DOM tree.