anyone know of a way to maximize the currently focused window without just making the size of the window (screen.width, screen.height).
any suggestsions other than: top.moveTo(0,0); top.resizeTo(screen.width,screen.height); are welcomed
anyone know of a way to maximize the currently focused window without just making the size of the window (screen.width, screen.height).
any suggestsions other than: top.moveTo(0,0); top.resizeTo(screen.width,screen.height); are welcomed
:: Copyright KIRUPA 2024 //--