I am wondering how to get the page width/height and not the viewport’s width and height.
I tried innerWidth/Height and outerWidth/height.
In order to get the complete width/height of the screen so i need to + the inner with the outer? Or os there some other way to get the complete page width/height for the 3 devices i mentioned in my title.
if you’re using iphone or ipad’s UIWebView, you can use this Javascript Code;
your scroll size is your full page size.
i dont have any idea about android or etc.