adrianhajdin / project_3D_developer_portfolio

The most impressive websites in the world use 3D graphics and animations to bring their content to life. Learn how to build your own ThreeJS 3D Developer Portfolio today!
https://jsmastery.pro
5.71k stars 1.26k forks source link

3d models not loading in mobile view #109

Open MontilvaJ2201 opened 11 months ago

MontilvaJ2201 commented 11 months ago

Hello, I followed all the steps in the YouTube video, when I try to display the portfolio using Vercel it seems to work correctly when I view it from a computer, but when I enter the portfolio from my cell phone the 3D models of the computer, the balls, the stars and the planet are not loading correctly. In the hero where the computer is directly, the page goes blank, I continue down and when I get to the balls, most of them do not load, the rest seem to load normally but after a while they fall. And finally when I get to the contact section where the planet and the stars are, sometimes it loads perfectly but if I restart the page or after a while they crash and the page remains blank, only the form is visible. I have been trying to solve the error for some time but I no longer have a clue.

sherycodes commented 10 months ago

Yes I am also facing the same issue. I thought it was some issue in production but I have deployed on both Netlify and Render but the issue remains same.

responsive-we commented 9 months ago

Same here Have you found the solutions.

naushad1308 commented 6 months ago

same issue here if anyone found the solution please let me know thanks

responsive-we commented 6 months ago

Yes remove the 3d balls for skills. It will work properly. The reason behind that is mobile browsers limit the amount of 3d canvas you can load. So removing the balls will work for u. Thank you.

naushad1308 commented 6 months ago

Yes remove the 3d balls for skills. It will work properly. The reason behind that is mobile browsers limit the amount of 3d canvas you can load. So removing the balls will work for u. Thank you.

Thankyou