Skip to content

Commit

Permalink
Merge pull request #62 from kiwikern/mobile-web-app
Browse files Browse the repository at this point in the history
... hah, I see you've already accommodated the Android fullscreen metatag!
  • Loading branch information
jaedb committed Feb 18, 2016
2 parents 1d2c58a + 7975a5e commit 9b737b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.11.0",
"grunt-ng-annotate": "^1.0.1"
"grunt-ng-annotate": "^1.0.1",
"grunt-processhtml": "^0.3.11"
}
}
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<!-- /build -->

<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scaleable=no" name="viewport" />
<meta name="mobile-web-app-capable" content="yes">

<link rel="shortcut icon" type="image/ico" href="assets/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.ico" />
Expand Down Expand Up @@ -119,4 +120,4 @@
</script>

</body>
</html>
</html>

0 comments on commit 9b737b1

Please sign in to comment.