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:
- http://www.phonegap.com/
- http://www.sencha.com/products/touch/
- http://www.appcelerator.com/
- http://www.jquerymobile.com/
- http://www.jqtouch.com/
there's few started :)
hope helps.
Comments
Post a Comment