-
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
normal up on Normal Scroll After Fullpage.js doesn't autoScroll #4483
Comments
Can you elaborate, please?
Not at the moment. |
There is a natural scroll, as if the fullpage.js functionality is missing. Android ---> Chrome, Osx ---> Safari I try to scroll the slide, but the scroll is natural. |
Where exactly? I can't see any problem with your fiddle in Safari on Mac OS. |
On mobile phones. In the desktop version it works fine Simply scroll down and you will see that it scrolls naturally instead of clicking through the slide. |
Yeap, I'm able to reproduce it on my phone outside jsfiddle. Steps: 1- Scroll down to the section after fullPage.js. Result: Expected result: Thanks for reporting it! 👍 |
Ok, thank you. |
Hello, |
You'll know if there is news on the topic if I reply. I advise you to avoid this feature until further news. |
Ok, thanks |
So far I would encourage you to add all your "normal page" content on the last section of your page. Plus, with this approach, you can also use |
It is very complicated to carry out this solution, as it is a Wordpress website and there are different types of content, including the footer. |
I don't see it viable, also because the part with the natural scroll, has animations with AOS.js https://michalsnik.github.io/aos/, which doesn't seem to be very compatible with Fullpage.js. I've used it in another project and only managed to load the content once. When all the content is on a single screen it's fine, but in this case it's not. |
I'm not sure how your AOS component works. But I understand the issue with WordPress and extra content. |
I have done a test and fixed the Wordpress problem, but it is not OK for AOS, because the content is not displayed. |
Sounds like an AOS configuration issue then? |
I'll see if I can get it to work. |
Finally, the option you offer me is not viable. I have decided to disable Fullpage.js in the mobile version. There is another bug. Let's see if you can fix it. When I'm in the part of the page with natural scroll and I want to go back to the first screen, I have to scroll more than once. I would like to be able to go back to the first screen with just one scroll. Thanks. Best regards |
I don't understand what's the issue. Can you elaborate and provide a jsfiddle or codepen with an isolated reproduction of the issue? If you are talking about having to scroll more than once when reaching the top of the scrollable section, that's totally normal. Believe me, you don't want to turn that off :) |
Sure, you can do that using the responsive options too ;) |
Hello,
Once I get to the top of the natural scroll part, it should scroll all the way to the top with just one scroll. Thanks Best regards |
Yeah, that's a feature :) |
Ok. Thanks! |
Description
Hello,
In this example there are two bugs.
The first one in the desktop version, when I'm in the natural scroll part, to go back to the Fullpage.js part, I have to scroll twice.
The second bug is that on mobile the fullpage.js doesn't work correctly.
I also wanted to know if it is possible to put a link to scroll from the Fullpage.js part to the natural scroll part.
I hope you can help me. Thanks for your help.
Best regards
Eriberto
Link to isolated reproduction with no external CSS / JS
https://jsfiddle.net/q1m8rhLd/10/
Steps to reproduce it
Versions
Chrome, Osx
The text was updated successfully, but these errors were encountered: