我正在使用文章QueryLoader2 – Preload your images with ease中的预加载器。在大多数桌面浏览器中运行良好,但我在 iOS 上遇到了问题。
有没有办法在不提供不同页面的情况下排除运行脚本的 iOS 设备?
这是我的代码:
$(document).ready(function () {
$("body").queryLoader2({
barColor: "#FFFFFF",
backgroundColor: "#000000",
percentage: true,
barHeight: 1,
completeAnimation: "grow",
minimumTime: 1000
});
});
window.addEventListener
由于某种原因,我无法使用 iOS。