Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Apple provides us some other meta tags to style our
webapp. First thing we can change is the status bar color (at the top of
the screen) using the meta tag apple-mobile-web-app-status-bar-style
accepting values of default (gray),
black, and black-translucent. The latest option will be a
transparent black area, so it will take part of our jQuery Mobile’s
header color. In Figure 8-9 we can see the three values
at work:
<meta name="apple-mobile-web-app-status-bar-style" content="black">
If we are using a black-translucent status bar style, we will
have available the full height of the browser. That means that the
status bar will float over our web page. If we are not using fixed
toolbars and we don’t leave 20 pixels at the top, it may create a bad
experience.