gpt4 book ai didi

jquery - 方向改变时的滚动问题

转载 作者:行者123 更新时间:2023-12-01 01:51:37 27 4
gpt4 key购买 nike

我对iScroll有疑问当我将方向从纵向更改为横向时。它可以在 AppMobi XDK 上运行,但在 iPhone 上无法正确渲染。我 try catch orientationchange 事件,并使用不同的超时值调用 iScroll 的刷新方法,但没有成功。

// My code sample for the orientation change event
document.addEventListener("appMobi.device.orientation.change", orientationChange, false);
function orientationChange(){
setTimeout(function () { myScroll.refresh() }, 0);
//alert("Orientation Change");
}

有人可以帮忙吗?

最佳答案

您可以尝试调整事件大小

window.addEventListener("resize", function() {
// Get screen size (inner/outerWidth, inner/outerHeight)
}, false);

关于jquery - 方向改变时的滚动问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8590417/

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