mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
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:
BIN
static/images/logo/apple-touch-icon-precomposed.png
Normal file
BIN
static/images/logo/apple-touch-icon-precomposed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user