added meta-tags to base.html to allow fullscreen app launch on mobiles.

This commit is contained in:
davidfrayne 2021-04-08 13:46:52 +01:00
parent 82731dc901
commit c26f6fcbdf

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>