1
0
Fork 0

Make the browser map web-app more IOS friendly

This commit is contained in:
Torsten Dreyer 2014-09-17 09:42:25 +02:00
parent 2b60ae3e22
commit 6752741319

View file

@ -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>