'Maximize browser on page load

I need to maximize the browser as soon as the page is opened.The function is to be written in JavaScript . I tried Window. moveTo(0,0) window. resizeTo(screen.width, screen.height) But it didn’t work in chrome. Are there any other function to maximize that works in chrome



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source