alvarotrigo / fullPage.js

fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
http://alvarotrigo.com/fullPage/
GNU General Public License v3.0
35.24k stars 7.31k forks source link

Safari iOS bug for long texts #4651

Open mkmaker opened 2 weeks ago

mkmaker commented 2 weeks ago

Description

I am facing an issue where the slide gets cut from the top in ios safari but works fine in chrome. I am considering to add some padding on top but Isn't this supposed to do auto center it? I have not changed the vertical auto center setting either.

Chrome ios image

Safari ios image

alvarotrigo commented 2 weeks ago

Have you tried using scrollOverflow: true? It looks like your content should be scrollable within the section.

Can you reproduce this issue on the demo page? https://alvarotrigo.com/fullPage/

Or in any of the available examples? https://alvarotrigo.com/fullPage/examples

If not, can you provide a link to an isolated reproduction with no external CSS or JS to fullPage.js and the minimum HTML to reproduce the issue?