Lumia 1520 Shows 473*842 screen res on whatismyscreenresolution.com?

Code:
<!--

height = screen.height;
width = screen.width;

res = document.getElementById ('resolutionNumber');
res.innerHTML = width + " X " + height;

if (res == null)
{
	alert ("hello");
}
I did some digging around, and found this in the code.

Seems that this resolution is what IE throws at the site, in order to force larger text into appearing. Either that, or to display something close to a WVGA resolution.
 

Forum statistics

Threads
341,944
Messages
2,265,022
Members
428,850
Latest member
RS-Driver