iPhone Web Apps running at full screen

Written by on October 3rd, 2008 in Uncategorized.

I am so happy that the NDA mess is over! Clancy has written about how you can have your iPhone Web app run in full screen and has a demo app that shows it off:

HTML:

  1.  
  2. <meta name=“viewport” content=“width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;” />
  3. <meta name=“apple-mobile-web-app-capable” content=“yes” />
  4. <meta names=“apple-mobile-web-app-status-bar-style” content=“black-translucent” />
  5.  

Source: Ajaxian » Front Page
Original Article: http://feeds.feedburner.com/~r/ajaxian/~3/410590215/iphone-full-screen-webapps

Comments are closed.



Site Navigation