CSS does not work in IOS [closed]

0

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.

    
asked by anonymous 17.05.2017 / 13:32

1 answer

1

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

    
17.05.2017 / 13:46