This may seem silly, but I can't find anything important: how to maximize a window on document ready using jquery? Or any other general solution that works fine on all browsers ...
document ready
Thanks guys;)
window.moveTo(0, 0); window.resizeTo(screen.availWidth, screen.availHeight);
It's impossible for main windows, only for dynamically created windows (created using window.open)
in accordance with:
Quote:
The same goes for chrome. However, did not check IE / Safari.
I found this method. But I canโt make it work. Theoretically, you need to be able to change the width and height of the screen using positive values.
window.resizeBy(xDelta, yDelta);
For more information, visit http://www.w3schools.com/jsref/met_win_resizeby.asp .
NO
You cannot do it
User browser control (minimization, maximization) is performed only for the user .
Source: https://habr.com/ru/post/1384768/More articles:What could be the correct data type for a C ++ software version? - c ++System.Drawing.FontFamily.GenericSansSerif - What affects the main font that it selects? - .netPygame error loading sound: module format is not recognized - pythonStuffing the multidimensional array name and pointer arithmetic - cDetermining the height and width of the browser to resize the image in full screen - jqueryCharacter Definition 8 bytes of data - c ++Record iPhone audio file in background as - iphonegit submodule for zxing (iPhone version)? - gitLost in Django and jQuery UI Autofill Earth - jquery-uiAdding a string in ASP.NET in a ListBox - htmlAll Articles