Skip to content

Commit cc0c2ac

Browse files
committed
Merge pull request oneye#7 from espectalll123/master
Better support for iOS
2 parents b3c7c2e + 84066a6 commit cc0c2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eyeOS/apps/eyeX/app.eyecode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function eyeX_run($params = '') {
4545
<link rel="apple-touch-icon" sizes="72x72" href="index.php?theme=' . $_SESSION['usertheme'] . '&amp;extern=images/apple-touch-icons/72x72.png" />
4646
<link rel="apple-touch-icon" sizes="114x114" href="index.php?theme=' . $_SESSION['usertheme'] . '&amp;extern=images/apple-touch-icons/114x114.png" />
4747
<meta name="apple-mobile-web-app-capable" content="yes" />
48-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
48+
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
4949
' . $viewport . '
5050
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />' . "\n";
5151
if (!IE || IE > 7) { // We need a better workaround for this IE6 and IE7 problem!

0 commit comments

Comments
 (0)