gpt4 book ai didi

javascript - window.devicePixelRatio 在 IE 10 Mobile 中不起作用?

转载 作者:数据小太阳 更新时间:2023-10-29 05:39:56 25 4
gpt4 key购买 nike

我正在使用 window.devicePixelRatio,它适用于 Android 和 Iphone,但不适用于 IE 10 Windows 移动设备。还有其他选择吗?

最佳答案

对于桌面和移动设备的 IE 回退,请使用:

window.devicePixelRatio = window.devicePixelRatio || 
window.screen.deviceXDPI / window.screen.logicalXDPI;

关于javascript - window.devicePixelRatio 在 IE 10 Mobile 中不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16383503/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com