-
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
iPad Scrolling adjusting to section when using autoScrolling:false #4602
Comments
If you are using this example for the test, that's using an old version of fullpage.js (version 2.9.7) Are you able to reproduce the issue on the demo page? Or any of the examples? |
Ok, I confirm I can reproduce it on iPad using browserstack real device on the example with Thanks for reporting it! 👍 |
In the demo page |
Fixed on the dev branch 4.0.21 🥳 You can install it using npm with: npm install alvarotrigo/fullpage.js#dev --save |
Please confirm and I'll create the new release as soon as possible to push it to React, Vue, Angular and WordPress. |
I've updated the files on the live page too, you might have to refresh a couple of times to avoid the cache: |
Thanks for the quick responses and the fix! I can see a small jump in the normal scrolling example, however after updating the @fullpage/react-fullpage dist files everything looks fine locally. Simulator.-.iPad.Air.5th.generation.mp4 |
Yeah that's probably the resizing of the sections to fit the new viewport that changes sizes a little bit. |
@alvarotrigo Any chance you'll release the React patch at some point soon? A beta version would also work. Thank you |
Fixed in 4.0.21! 🥳
Done! Commit: 29681a0 |
@alvarotrigo This is working. Thank you |
Description
Experiencing a bug with fullPage.js on iPad – scrolling, along with address bar dynamics, triggers unexpected readjustments. Similar to a past issue (#799). Exclusive to iPad; unaffected by
fitToSection
orautoScrolling
tweaks.Steps to reproduce
fitToSection
orautoScrolling
changes.Simulator.-.iPad.Air.5th.generation.mp4
Simulator.-.iPhone.14.mp4
Versions
Device: iPad
OS: iOS 17
Browser: Safari 17
fullPage.js Version: 4.0.20
The text was updated successfully, but these errors were encountered: