LouPepin / iphone-universal

Automatically exported from code.google.com/p/iphone-universal
GNU Affero General Public License v3.0
0 stars 0 forks source link

META tags are ignored: both apple-mobile-web-app-status-bar-style and apple-mobile-web-app-capable #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Add these to the <HEAD> section of your document:
    <meta name="apple-mobile-web-app-status-bar-style" content="black" />
    <meta name="apple-mobile-web-app-capable" content="yes" />

What is the expected output? What do you see instead?

Mobile Safari should turn the title bar black and hide all Safari buttons 
including back, forward, etc.

These tags are ignored.

Original issue reported on code.google.com by getaa...@gmail.com on 28 Oct 2009 at 5:56