Add meta-tag mobile-web-app-capable

This commit is contained in:
Frédéric Guillot 2014-05-18 10:21:42 -04:00
parent e71b5e0b4e
commit 1bffc7fd56
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="mobile-web-app-capable" content="yes">
<script src="assets/js/jquery-1.11.1.min.js"></script>
<script src="assets/js/jquery-ui-1.10.4.custom.min.js"></script>
<script src="assets/js/jquery.ui.touch-punch.min.js"></script>