Spaces:
Running
Running
Commit ·
bfea539
1
Parent(s): 4e3f2fc
fix: explicit apple-touch-icon sizes=180x180 for iOS PWA icon
Browse files
webapp/tipitaka-web/index.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<meta name="apple-mobile-web-app-capable" content="yes" />
|
| 14 |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
| 15 |
<meta name="apple-mobile-web-app-title" content="Tipitaka มจร." />
|
| 16 |
-
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
| 17 |
|
| 18 |
<!-- Theme color — dark theme (#1a1a2e) for seamless PWA status bar on Android/iOS -->
|
| 19 |
<meta name="theme-color" content="#1a1a2e" />
|
|
|
|
| 13 |
<meta name="apple-mobile-web-app-capable" content="yes" />
|
| 14 |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
| 15 |
<meta name="apple-mobile-web-app-title" content="Tipitaka มจร." />
|
| 16 |
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
| 17 |
|
| 18 |
<!-- Theme color — dark theme (#1a1a2e) for seamless PWA status bar on Android/iOS -->
|
| 19 |
<meta name="theme-color" content="#1a1a2e" />
|