Not sure how relevant this is to what you're doing, but this project purports to mimic the iPhone UI for a web app. I've been using a site that has a phpBB theme written with this, and it's quite nice.
http://code.google.com/p/iui/ One of these days I'll find time to look at developing something with it myself... On 4 May 2010 15:28, Chris Velevitch <[email protected]> wrote: > On Tue, May 4, 2010 at 14:11, nomadic fish <[email protected]> wrote: >> the biggest surprise for me was that the newer smartphones (iPhone and >> android among others) don't respect @handheld stylesheets. so we're back to >> browser sniffing to decide what content to deliver to which sized devices. >> your first decision will be how many subsets of "mobile device" you're going >> to support. > > Try using:- > > <link rel="stylesheet" href="/lib/mobile.css" type="text/css" > media="handheld, only screen and (max-device-width: 25cm)"> > > There is a blog article by Gruden [1] that talks about styling for the iPhone. > > > [1] http://blog.gruden.com/2009/04/gruden-site-now-iphone-friendly/ > > > > Chris > -- > Chris Velevitch > Manager - Adobe Platform Users Group, Sydney > m: 0415 469 095 > www.apugs.org.au > > Adobe Platform Users Group, Sydney > May 2010: TBD > Date: 31st May 6pm for 6:30 start > Details and RSVP coming soon > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
