My site gets bugged in IOS, so why does not css load? How could I get around the problem? Is there an IOS console, like Chrome and Firefox, to set up the site? on Android it works normal.
My site gets bugged in IOS, so why does not css load? How could I get around the problem? Is there an IOS console, like Chrome and Firefox, to set up the site? on Android it works normal.
You would have to test an OSX to see, but if the CSS is jumbled, probably the default, you can reset the OSX CSS default values
-webkit-appearance: none;
See if it works