浏览器缩放检测的js代码

前端之家收集整理的这篇文章主要介绍了浏览器缩放检测的js代码前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

测试代码

效果:

chrome

代码如下:

ff

代码如下:

ie 8

代码如下:

ie11

代码如下:
4033613445377 document.documentElement.offsetHeight / window.innerHeight : 0.02203856749311295 (有相关性) window.top.outerWidth / window.top.innerWidth : 1.0084033613445377

ie10

代码如下:
4033613445377 document.documentElement.offsetHeight / window.innerHeight : 1 window.top.outerWidth / window.top.innerWidth : 1.0084033613445377

ie9

代码如下:
4033613445377 document.documentElement.offsetHeight / window.innerHeight : 1 window.top.outerWidth / window.top.innerWidth : 1.0084033613445377

360 6.3(完全没反应)

代码如下:

360极速浏览器

代码如下:

搜狗高速浏览器 (完全没反应)

代码如下:

猜你在找的JavaScript相关文章