Reputation: 163
I found out that when I browse my site in Android's default browser, the site is loaded without the design defined in the css file.
(The same site looks well designed on IE7, IE8, FireFox, Chrome and Safari)
I'm not really sure what the problem can be...
I'll appreciate any idea
Thanks
Upvotes: 0
Views: 1835
Reputation: 11
A bit late in the day, but thought I'd leave a comment on this for other users that come across this question.
It's worth checking if the css is compiled/compressed. I have found that loading an uncompressed css file for specific android browsers has fixed the issue (although I still have various other issues that I'm working my way through :( ...at least the css file is loading now though!)
Upvotes: 1
Reputation: 5085
Don't forget to check your web server logs. If UA (user agent) is being logged, you'll be able to see if the Android browser requested for your CSS file.
Upvotes: 0
Reputation: 4002
I'll appreciate any idea
Check your HTML and CSS at the W3 validator
Upvotes: 1