Skip to content

Commit 66aa8b6

Browse files
authored
Merge pull request #1 from skylersaleh/ios_webapp
Full Screen in iOS
2 parents 7684017 + b9217c4 commit 66aa8b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web-app/index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<link href="style.css" rel="stylesheet" type="text/css"/>
66
<script src="script.js"></script>
77
<meta charset="UTF-8">
8+
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, user-scalable=no, maximum-scale=1.0, minimum-scale=1.0" />
9+
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<meta name="mobile-web-app-capable" content="yes">
11+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
812
<link rel="icon" type="image/png" href="icon.png">
913
</head>
1014
<body>
@@ -27,4 +31,4 @@
2731
</div>
2832
</div>
2933
</body>
30-
</html>
34+
</html>

0 commit comments

Comments
 (0)