saadpasta / developerFolio

🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer.
https://developerfolio.js.org/
GNU General Public License v3.0
5.18k stars 2.67k forks source link

Big Projects section not visible on Android #486

Open EndLess728 opened 2 years ago

EndLess728 commented 2 years ago

Describe the bug I added 8 Big projects to my portfolio and it was working good in desktops but when i open it in mobile it doesn't show the section there is only blank space available.

To Reproduce Steps to reproduce the behavior:

  1. Add more than 6 projects
  2. Open in mobile and scroll to the big projects section.

Expected behavior It should be visible as normal

Is this responsiveness Issue YES

Screenshots Screenshot_20220425-164512_Chrome

Smartphone (please complete the following information):

Additional context I was debugging the issue and then I found that the issue is related to react-reveal package. I installed react-awesome-reveal package and did the modification and now it is working for me.

I suggest you should also replace react-reveal package with react-awesome-reveal becuase react-reveal package is deprecated and heavy , on the other side react-awesome-reveal package is lightweight and handy.

kartikcho commented 2 years ago

react-awesome-reveal is actually larger than react-reveal so I don't think the switch is worth it. I am also not able to repro it on my end

slyapustin commented 1 year ago

@EndLess728 Can confirm the same issue on iOS as well.

kartikcho commented 1 year ago

@saiteja13427 are you able to repro this?

saiteja13427 commented 1 year ago

Yes @kartikcho this is reproducible on my side as well!

It is reproducible on desktop as well by going to developer tools and switching to mobile view.

Shall I try and see if there is any solution without changing the package?