More iOS web app tweaks
* add apple-mobile-web-app-capable meta tag for home screen web app * set viewport to device-width
This commit is contained in:
parent
9575411593
commit
86a051b290
3 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,9 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||
<meta name="viewport" content="width=320, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<!-- width=320 -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta charset="utf-8">
|
||||
<title>SIF Tools</title>
|
||||
<link href="css/external/jquery-ui.css" rel="stylesheet">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue