forked from organicmaps/organicmaps
[ios] Unified html settings.
This commit is contained in:
parent
3b48ae0ccb
commit
b75d2ddccb
4 changed files with 27 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name='viewport' content='width=device-width; initial-scale=1.0; maximum-scale=1.0;'>
|
||||
<title>Copyright</title>
|
||||
<style type="text/css">
|
||||
body { font-family: sans-serif; }
|
||||
|
@ -20,6 +21,11 @@
|
|||
[lang = "zh-Hant"], [lang = "zh-Hans"], [lang = "ar"], [lang = "uk"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
html {
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
function showAndroidElements()
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name='viewport' content='width=device-width; initial-scale=1.0; maximum-scale=1.0;'>
|
||||
<style type="text/css">
|
||||
html {
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Terms of Use and End User License Agreement</h1>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name='viewport' content='width=device-width; initial-scale=1.0; maximum-scale=1.0;'>
|
||||
<style type="text/css">
|
||||
|
||||
/* All langs are invisible by default */
|
||||
|
@ -23,6 +25,9 @@
|
|||
font-family: "Helvetica Neue", "Roboto", "Arial", "sans-serif";
|
||||
}
|
||||
|
||||
html {
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name='viewport' content='width=device-width; initial-scale=1.0; maximum-scale=1.0;'>
|
||||
<style type="text/css">
|
||||
html {
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center><h1>Offline World Map in your computer</h1></center>
|
||||
<p>Congratulations! You're just in one step to see yor favourite cities and countries!</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue