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
commit b48a44bcd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>