Add "apple-mobile-web-app-capable" meta to HTML.

This allows full-screen mode when launching from a saved app link
(mobile browser -> save link to home screen).  This works on Android,
too, despite the "apple-" prefix.
This commit is contained in:
Josh Mandel
2015-11-20 22:38:19 +01:00
committed by Tim Abbott
parent bdb9535251
commit 9ebd80ddba
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -17,6 +17,8 @@ var page_params = {{ page_params }};
{% block customhead %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<link href="/static/images/logo/apple-touch-icon-precomposed.png" rel="apple-touch-icon-precomposed">
<style type="text/css">
#css-loading {