WebKitBits

RSS
A tumblog about the browser engine built into Safari, Chrome, iPhone, Palm Pre, and Android.

Written by David Kaneda, Creative Director at Ext JS. Submissions welcome.

POWERED by FUSION
Latest from @WebKitBits:

    Posts tagged with “tutorial” :

    Status bar styles for iPhone web apps

    To change the status bar, the short bar with the time and carrier information, style for full screen web apps, place the following code in the <head> tag:

    <meta name="apple-mobile-web-app-status-bar-style" content="black" />

    Possible options include default, black, and black-translucent, which overlays the black strip on top of your content.

    Note that using black-translucent changes the viewable height of the page and should be accommodated for in your CSS.

    2009-2010 David Kaneda