Fullpage.js - 移动设备上的锚点在滚动浏览时不会返回到该部分的顶部
Fullpage.js - Anchor point on mobile not going back to top of the section when scrolled through
我有这个网站 -> https://life-5.webflow.io/ 用于 Fullpage.js。
如果您在移动设备上打开网站并尝试点击菜单中的 link 之一,一切正常。
例如,“Výhody”由 5 个选项卡组成。如果您点击页面顶部的 link,您将转到第一个,但如果您滚动浏览该部分并点击“Výhody”再一次,您只会滚动到第 5 次点击而不是顶部。
任何解决此问题并使 link 始终位于该部分顶部的帮助?
非常感谢您的帮助!
查看 bigSectionsDestination
选项。
来自the fullpage.js documentation
bigSectionsDestination: (default null) Defines how to scroll to a section which size is bigger than the viewport. By default fullPage.js scrolls to the top if you come from a section above the destination one and to the bottom if you come from a section below the destination one. Possible values are top, bottom, null.
我有这个网站 -> https://life-5.webflow.io/ 用于 Fullpage.js。
如果您在移动设备上打开网站并尝试点击菜单中的 link 之一,一切正常。
例如,“Výhody”由 5 个选项卡组成。如果您点击页面顶部的 link,您将转到第一个,但如果您滚动浏览该部分并点击“Výhody”再一次,您只会滚动到第 5 次点击而不是顶部。
任何解决此问题并使 link 始终位于该部分顶部的帮助? 非常感谢您的帮助!
查看 bigSectionsDestination
选项。
来自the fullpage.js documentation
bigSectionsDestination: (default null) Defines how to scroll to a section which size is bigger than the viewport. By default fullPage.js scrolls to the top if you come from a section above the destination one and to the bottom if you come from a section below the destination one. Possible values are top, bottom, null.