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

WanderingTraveler

New member
Dec 23, 2012
4,974
0
0
Visit site
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.
 

Members online

No members online now.

Forum statistics

Threads
323,300
Messages
2,243,598
Members
428,055
Latest member
DrPendragon