gpt4 book ai didi

javascript - Chrome 记住滚动位置

转载 作者:技术小花猫 更新时间:2023-10-29 11:51:25 28 4
gpt4 key购买 nike

我遇到的问题实际上是 Chrome 的“功能”。大多数人可能都知道,每当您返回页面时,Chrome 会记住它返回的滚动位置。我对此有点疑问。

有没有办法在用户不注意的情况下覆盖它?

米斯

失败的尝试:

  • document.ready 上的 ScrollTop

最佳答案

在 Chrome 46+ 中,可以使用 history.scrollRestoration 关闭自动滚动行为:

if ('scrollRestoration' in history) {
history.scrollRestoration = 'manual';
}

来源:https://developers.google.com/web/updates/2015/09/history-api-scroll-restoration

关于javascript - Chrome 记住滚动位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16239520/

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