什么是iPhone屏幕的实际分辨率

时间:2015-05-08 07:48:36

标签: css iphone screen-resolution

我正在开发网页,以便在Iphone上观看。在iPhone上获得精确的分辨率 我测试了以下代码行。

    pageWidth = $j(document).innerWidth();
    alert(pageWidth);

根据 http://www.iphoneresolution.com/我的Iphone 5宽度为640px,

但是当我执行我的代码时,我会收到警告。

这张图片来自模拟器,我的Iphone也是如此 iphone screen pixels are less then what it is described

有人可以告诉我这是什么意思吗?。

由于

1 个答案:

答案 0 :(得分:1)

screen.width将为您提供设备屏幕的宽度。

您还需要注意,设备的分辨率与网页显示的分辨率不符。

请参阅http://www.mydevice.io/devices/