Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在iOS MObile Safari中,轻弹滚动后,是否可以在系统处于减速模式时操作DOM?我通过使用 setInterval 在页面上的固定位置元素中不断增加一个数字来测试这一点,我注意到滚动时 DOM 没有更新。有没有办法做到这一点?
不,如果您想运行 javascript 以响应滚动,您唯一的解决方案是使用程序化滚动(iScroller、zynga-scroller)。