diff options
| author | Yuval Adam <_@yuv.al> | 2017-07-15 12:39:47 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-07-15 12:39:47 +0300 |
| commit | 85c7b17ff074cddc8dfa0eb4834f8c02f2c777a2 (patch) | |
| tree | 959bfefb73072e69ab4e1ff78b4e46d4cb11ce8c | |
| parent | 92333261cd18753d034fdfc0615129770fda9f65 (diff) | |
Optimize iOS behavior
| -rw-r--r-- | apple-touch-icon.png (renamed from whatzap.png) | bin | 1272 -> 1272 bytes | |||
| -rw-r--r-- | index.html | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/whatzap.png b/apple-touch-icon.png Binary files differindex e87da98..e87da98 100644 --- a/whatzap.png +++ b/apple-touch-icon.png @@ -3,9 +3,10 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="apple-mobile-web-app-title" content="WhatZap"> + <meta name="apple-mobile-web-app-capable" content="yes"> <title>Direct link to your WhatsApp contacts | WhatZap.space</title> <link rel="stylesheet" type="text/css" href="style.css"> - <link rel="apple-touch-icon" href="whatzap.png"> <script src="cc.js"></script> <script src="vue.min.js"></script> </head> |
