Home > Software engineering >  Mobile chrome is not loading css
Mobile chrome is not loading css

Time:04-26

It just doesn't show any CSS at all. It worked on all the desktop browsers but when it came to testing it on mobile chrome, it didn't display any CSS. I rechecked if I messed up linking the CSS file or if I forgot to put the meta viewport tag but I didn't forget any. I even checked it on a different mobile browser and the other browser displayed CSS.

CodePudding user response:

are you transferring files for testing ? Well! that's not gonna work use some hosting services like gihub.io or netlify.app

CodePudding user response:

Chrome tends to cache old css for a while, try clearing the cache on the mobile chrome you're using and see if that helps

  • Related