alvarotrigo / react-fullpage

Official React.js wrapper for fullPage.js https://alvarotrigo.com/react-fullpage/
GNU General Public License v3.0
1.27k stars 179 forks source link

Content is not centered on mobile devices #420

Closed quanvanbinh closed 11 months ago

quanvanbinh commented 11 months ago

Description

Hi alvarotrigo,

Hope you are doing well.

Recently I am facing a problem with mobile devices. I apply React Fullpage to the desktop and big sizes mobile devices (tablet) and only on the Landscape mode; other will be normal scroll behavior. React Fullpage is working well on desktop devices. But on tablets, the content is not centered when user swipe up. Swiping down is centered well. I am very sure that content smaller than the viewport and not scroll overflow.

PLease give me the instruction to resolve it. Thank you so much

Browser

Safari and Chrome

AtulPatidar1709 commented 11 months ago

👋 @quanvanbinh, I want to work on this issue, Can you please assign it to me.

quanvanbinh commented 11 months ago

👋 @quanvanbinh, I want to work on this issue, Can you please assign it to me.

It seems I am not able to assign this issue to anyone. PLease ask alvarotrigo

quanvanbinh commented 11 months ago

After reading documentation carefully, I found my missing at the configuration. Just do the configuration for bigSectionsDestination and it will be as I wanted.

So I would like to close this issue

alvarotrigo commented 11 months ago

@quanvanbinh glad you managed to solve the issue! ;)