0
My site gets all buggy on IOS, is it because css doesn’t load? How could I get around the problem? Is there any IOS console, like Chrome and Firefox, to fix the site? on Android it works normal.
0
My site gets all buggy on IOS, is it because css doesn’t load? How could I get around the problem? Is there any IOS console, like Chrome and Firefox, to fix the site? on Android it works normal.
1
You’d have to test from an OSX to see, but if the CSS gets messed up, it’s probably the default, you can reset the OSX CSS default values
-webkit-appearance: none;
see if it works
You know some OS X emulator, Rafael?
Emulator not expensive, but if you upload it to the server and pass me the link, I can test it here. or you can also emulate a virtual machine and install OSX
Browser other questions tagged css ios iphone
You are not signed in. Login or sign up in order to post.
Can you describe the "bugger better"? :)
– Renan Gomes
I’m sorry, Renan, but I just found this word to describe rs. In case it doesn’t work looks, the CSS, the site gets all clumsy, with an undesirable style, bad looks, etc...
– Lucas de Carvalho
How’s the CSS call tag? It’s by tag
<style>
or<link>
? There is an application called iTools where you can see the iOS logs, maybe you find something– gabrieloliveira