I want to get the window height and width including Address bar , status bar,etc...
How can I get the window full height and width as shown in the picture below ?
Note : I know about the window.innerHeight
and window.innerWidth
. It does not suits for this scenario. window.innerHeight
is used to get the DOM
height only.outerWidth
also does not gives what I have want.
Hope our stack users will give a good solution with cross browser compatibility.