VikLiegostaiev / react-page-scroller

Simple React component for smoothy full-page scolling using CSS animations. React Page Scroller
https://github.com/VikLiegostaiev/react-page-scroller
MIT License
417 stars 84 forks source link

When Scroll to another page sometimes it doesnt show the content It only shows blank and no scrolling work #66

Open samadiftikhar770 opened 4 years ago

samadiftikhar770 commented 4 years ago

When scroll to another page sometimes it doesnt show the content of next page it only shows blank page and scrolling doesnt work at that time .

image

in image you see content is is not showing and in this situation scroll doesnt happen. like now i am trying to scroll to next page it is not working. but if i click on indicator then content will shown up.

samadiftikhar770 commented 4 years ago

@VikLiegostaiev can you help me with this issue.

LeoneBacciu commented 3 years ago

This happens to me too. I fixed by setting renderAllPagesOnFirstRender={true} but I wish there was a better way.

karthikeyanpandi commented 3 years ago

@LeoneBacciu @samadiftikhar770 I'm still facing this issue.Anyone please?

LeoneBacciu commented 3 years ago

renderAllPagesOnFirstRender={true} fixed it for me...

karthikeyanpandi commented 3 years ago

@LeoneBacciu I tried the same. It's not working. After I dynamically change the content. Please help me to resolve it.