window.innerWidth不适用于Internet Explorer的Windows Mobile

时间:2012-06-27 13:36:47

标签: javascript internet-explorer mobile windows-7 windows-mobile

所以我只想输出文档的当前视口

$('#dimensions').text(window.innerWidth + 'x' + window.innerWidth);

无法正常工作,并在Internet Explorer移动版中以undefinedxundefined的形式返回。

1 个答案:

答案 0 :(得分:1)

找到答案,我不应该一直在寻找'windows mobile',只是寻找普通的Internet Explorer:

document.body.clientWidth