I use launchFullscreen() function for get page full screen. It\'s work perfect with button onClick.But It doesn\'t work with window.onload
launchFullscreen()
onClick
window.onload
Try this:
window.onload = function() { launchFullscreen(document.documentElement); }