More iOS web app fixes

This commit is contained in:
Donald Burr 2015-10-20 15:47:56 -07:00
parent 86a051b290
commit e330b429da
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,8 @@ body {
margin: 0px; margin: 0px;
background-color: #000000; background-color: #000000;
color: #ffffff; color: #ffffff;
min-height: 480px; /*height: 100%;*/
/*min-height: 480px;*/
} }
p { p {

View file

@ -4,7 +4,7 @@
<link rel="apple-touch-icon" href="apple-touch-icon.png" /> <link rel="apple-touch-icon" href="apple-touch-icon.png" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<!-- width=320 --> <!-- width=320 -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, minimal-ui">
<meta charset="utf-8"> <meta charset="utf-8">
<title>SIF Tools</title> <title>SIF Tools</title>
<link href="css/external/jquery-ui.css" rel="stylesheet"> <link href="css/external/jquery-ui.css" rel="stylesheet">