iOS mobile 网站特殊的Meta 标签

http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html

Apple-specific meta tags are described here.

apple-mobile-web-app-status-bar-style

Sets the style of the status bar for a web application.

Syntax










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



Discussion

This meta tag has no effect unless you first specify full-screen mode as described in “url.”If content is set to default, the status bar appears normal. If set to black, the status bar has a black background. If set to black-translucent, the status bar is black and translucent. If set to default or black, the web content is displayed below the status bar. If set to black-translucent, the web content is displayed on the entire screen, partially obscured by the status bar. The default value is default.

Availability

Available in iOS 2.1 and later.
Support Level

Apple extension.