Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS - to mimic iOS, Blackberry OS and AndroidOS?

Tags:

css

I'm looking for a set of CSS or scripts which mimic the UI (only the UI) of default applications on the iPhone/iPad, Blackberry and base Android apps?

I have a client who needs the ability to preview content and form pages on the various OS', but in their desktop browser (Chrome, FF, IE(ugh)). Ofcourse, there are dozens and dozens of standalone emulators, but I cannot find any one who may have created CSS or scripts to mimic how these would look, in the browser - e.g. default button stylings, colours, etc. not the logic of the app, but just the way it could look - with the best example I can find being : http://groupaware.mobi/iphone/#_Windows

Anyone with ideas?

thanks!

like image 679
mythworks Avatar asked Apr 24 '11 20:04

mythworks


1 Answers

For iOS:

http://code.google.com/p/iphone-universal/

and

http://www.peterhintondesign.co.uk/journal/index.php/iphone-css-template/

which is based on the first one.

like image 100
Tom Wadley Avatar answered Nov 07 '22 08:11

Tom Wadley