Skip to content

Commit

Permalink
Fixed bug for iOS status bar.
Browse files Browse the repository at this point in the history
When saved app to home screen, and opened in full screen mode, the status bar was translucent, and layered over apps title bar.
Changed appearance via safari meta tag to "default"
  • Loading branch information
Christopher Zuendorf committed Mar 29, 2012
1 parent 7c57b22 commit 21ef944
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion application/feedreader/source/index-mobile.html
Expand Up @@ -5,7 +5,7 @@

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />

<link rel="stylesheet" type="text/css" media="screen" href="../../../framework/source/resource/qx/mobile/css/android.css">
Expand Down
2 changes: 1 addition & 1 deletion application/feedreader/source/resource/index-ios.html
Expand Up @@ -5,7 +5,7 @@

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />

<link rel="stylesheet" type="text/css" media="screen" href="resource/qx/mobile/css/ios.css">
Expand Down
2 changes: 1 addition & 1 deletion application/feedreader/source/resource/index.html
Expand Up @@ -5,7 +5,7 @@

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />

<link rel="stylesheet" type="text/css" media="screen" href="resource/qx/mobile/css/android.css">
Expand Down
2 changes: 1 addition & 1 deletion application/mobileshowcase/source/index.html
Expand Up @@ -6,7 +6,7 @@

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />

<!-- Comment the following block when using less.js (see below) -->
Expand Down
2 changes: 1 addition & 1 deletion application/mobileshowcase/source/resource/index-ios.html
Expand Up @@ -6,7 +6,7 @@

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />

<link rel="stylesheet" type="text/css" media="screen" href="resource/qx/mobile/css/ios.min.css">
Expand Down
2 changes: 1 addition & 1 deletion application/mobileshowcase/source/resource/index.html
Expand Up @@ -6,7 +6,7 @@

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />

<link rel="stylesheet" type="text/css" media="screen" href="resource/qx/mobile/css/android.min.css">
Expand Down

0 comments on commit 21ef944

Please sign in to comment.