mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 11:35:56 +01:00
added meta-tags to base.html to allow fullscreen app launch on mobiles.
This commit is contained in:
parent
82731dc901
commit
c26f6fcbdf
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue