Skip to content

Commit 011d4b4

Browse files
committed
feat(viewport): add viewport meta tag for mobile screens
1 parent 84017f8 commit 011d4b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/ng2/blueprints/ng2/files/__path__/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
{{content-for 'head'}}
88
<link rel="icon" type="image/x-icon" href="favicon.ico"><% if (isMobile) { %>
99
<link rel="manifest" href="/manifest.webapp"><% } %>
10+
<meta name="viewport" content="width=device-width, initial-scale=1">
1011

1112
<!-- Service worker support is disabled by default.
1213
Install the worker script and uncomment to enable.

0 commit comments

Comments
 (0)