Make the browser map web-app more IOS friendly
This commit is contained in:
parent
2b60ae3e22
commit
6752741319
1 changed files with 5 additions and 0 deletions
|
@ -14,7 +14,12 @@
|
|||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<link rel="apple-touch-icon" href="/img/FlightGear_logo.png">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<link rel="shortcut icon" sizes="200x200" href="/img/FlightGear_logo.png">
|
||||
<link rel="icon" sizes="200x200" href="/img/FlightGear_logo.png">
|
||||
|
||||
<title>FlightGear - Map</title>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue