I am experimenting with HTML-5 apps with iOS (I plan for this to work with Android and Windows Phone too)
Here is a very basic template for the app
I want to change the white status bar to match the color of the apps toolbar, so it all looks more fluid
I want it to look like this
How do I achieve this?
Try this:
<meta name="apple-mobile-web-app-status-bar-style" content="black">