Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upmoveTo() function should be working when stay on different pages #192
Labels
Comments
This comment has been minimized.
This comment has been minimized.
Can you please provide an isolated reproduction with no CSS or JS files external to fullPage.js and the minimum amount of HTML code? Use empty sections unless strictly necessary for the reproduction. Perhaps you might find useful to read my article regarding how to create isolated reproductions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I have a navigation bar so I can switch to any page I want but full-page scrolling I'm using on homepage only. When I stay on the home-page and I click to go to section 4, It navigates to section 4 of my home-page. But when I stay on another page and I click to go to section 4 (my button is on navbar), it just navigates to the home-page and not scrolling to section 4 until I have to click it again. I don't know it's a bug or what. Anyone knows please tell me.