Launch the page fullscreen from home screen

This commit is contained in:
Maxim Baz 2020-11-08 14:10:54 +01:00
parent 899e525844
commit 2cc0c83131
No known key found for this signature in database
GPG key ID: 011FDC52DA839335

View file

@ -16,6 +16,10 @@
<!-- The page should not be scalable, since users can just zoom in on
the map itself directly. -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- Launch the page fullscreen from home screen on iOS and Android -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
</head>
<body>
<div id="mapouter">