mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-01-23 02:24:09 +00:00
Launch the page fullscreen from home screen
This commit is contained in:
parent
899e525844
commit
2cc0c83131
1 changed files with 4 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue