Archive for October 3rd, 2008

03
Oct

Standalone Web apps

Now here’s a tip for doing native-appearing Web applications for the iPhone that an AppleInsider reader found: simply add

<meta name="apple-mobile-web-app-capable" content="yes" />

to your Web page code. Then, once the user adds it to their Home Screen, it’ll launch in full screen without the Safari chrome visible. Demo can be found here.

That’s a pretty nifty feature for any WebKit-writable project you may have in mind, indeed!

h/t: AppleInsider!