Search code examples
htmlioscssstatusbar

Change OS Status Bar Color in HTML-5 App


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

enter image description here

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

enter image description here

How do I achieve this?


Solution

  • Try this:

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