Skip to content

Commit

Permalink
[frontend] merge upstream pull request
Browse files Browse the repository at this point in the history
bilde2910/Hauk#157

Enable the ability to launch the webpage fullscreen
from home screen on iOS and Android
  • Loading branch information
warren-bank committed Feb 16, 2023
1 parent 197399f commit b21db43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,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">
Expand Down

0 comments on commit b21db43

Please sign in to comment.