-
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
Remove style superContainer from CSS #2812
Comments
Does the demo page scrolls correctly on your device? If so, does the normal scroll demo scrolls correctly on your device? |
Scrolling does work properly on the demos. However, I noticed the one difference is that my fullpage wrapper was id="superContainer". That was what was applying the mobile-touch styles to the wrapper. When I switched the id to "fullPage", then it worked fine. What is the deal with using superContainer? |
Interesting... the CSS file has I'll mark it as an enhancement. Thanks for reporting it. |
Awesome. Thanks! |
Fixed on the dev branch 2.9.5 |
What is the reason for adding touch-action:none to the fullpage.js container? Touch scrolling does not work on Android chrome or firefox on my site, but I can fix it if I remove touch-action:none from the fullpage.js css. -OR- I can also fix it if I remove the responsive options from my fullpage.js settings. It just doesn't work if I have both responsive options AND touch-action:none.
I assume touch-action:none must be there for a reason, so I'm afraid to remove it. But I'm not sure how else to fix the scrolling issue on Android because I need the responsive declaration.
Here are my fullpage.js settings. Is there something here that is incompatible with mobile scrolling?
I am using the latest version of fullpage.js from cdnjs.
The text was updated successfully, but these errors were encountered: