Merge pull request #170 from gitnonymous/fullscreen_app

added meta-tags to base.html to allow fullscreen app launch on mobiles.
This commit is contained in:
fiatjaf
2021-04-08 12:43:51 -03:00
committed by GitHub

View File

@@ -14,6 +14,8 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
{% block head_scripts %}{% endblock %}
</head>