Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit faa4f23

Browse files
committed
adding ios rendering support for mobile browsers per bug report #194
1 parent a799a23 commit faa4f23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/views/layout.server.view.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
<meta charset="utf-8">
99
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
1010
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
11-
<meta name="viewport" content="width=device-width,initial-scale=1">
11+
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
12+
<meta name="apple-mobile-web-app-capable" content="yes">
13+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1214

1315
<!-- Semantic META -->
1416
<meta name="keywords" content="{{keywords}}">

0 commit comments

Comments
 (0)