-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back button in Chrome Web Browser - goes to the correct section only in Firefox & Safari #4485
Comments
Thanks for reporting it! It seems that Chrome might have changed the way it used to work. |
Alright, according to Chrome, the user must interact with the website for the URL hash change to be considered an entry on the browser history. By user interaction they mean clicking anywhere, selecting text, etc... Here's the Chromium feature explanation. So... it looks bad :) |
Thank you @alvarotrigo for the quick research and feedback. From the links you shared - it seems that this feature was in Chrome several years ago so it's not something what stopped working recently... Anyway I understand the situation. Appreciate your help. By the way, in the Edge browser is the situation same. Would it be possible to check also this browser compatibility? Firefox and Safari browsers are working correctly. |
I'm not sure when it was merged in Chrome, but never noticed it myself and we had no other complaints either.
Sounds like the exact same issue. |
Just tried it. Clicking and also marking text on the i.e. third section doesn't work (tested in Chrome and Edge). Nevermind, it's nice to have a feature and I understand that is sometimes very complicated to have some compromise with browsers 😄 |
I tested it on Edge and clicking or selecting text makes it work. error.mp4Same with Chrome |
But yeah, unfortunately, I guess there's nothing we can do about it. |
Ha, I have a different scenario. I think that the usage of anchors is the answer how to get to work in Chrome and Edge as well :-) Without anchors it works only in Firefox and Safari and marking and clicking in Edge or Chrome doesn't have any impact. See my video: |
Right! Try using the |
Description
Hi there; on my website, I use fullPage.js only for the homepage. From sections goes links to different pages of the website. When I click back via the browser button, I should be back on the section when I click from.
It works, but only in Firefox & Safari. In Chrome or Edge it does not work, and when I use the back button in the browser, I go to the first section every time.
Is this something that can be fixed in fullPage.js, or is this strict browser behavior?
I would like to reproduce it in jsfiddle etc., but I don't know how can I replicate there back button in browser... 😞
Versions
All browsers are the last version.
fullPage.js - 4.0.12
The text was updated successfully, but these errors were encountered: