Exclusive CSS for iPhone/Android -


i'm making mobile-friendly stylesheet page of mine. there simple way make show stylesheet iphone/android users? or have pull user-agents , figure out way - , how do that?

also - tools make sort of web dev easier?

you this, if stylesheet same ios/android.

<link rel="stylesheet" media="only screen , (max-device-width: 480px)" href="css/mobile.css" type="text/css" />

but if you're trying detect if it's ios or android, you'll need detection.

in terms of making mobile dev easier, there's ton of stuff:

there's few started :)

hope helps.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -