Skip to content

Commit 129f4ca

Browse files
committed
chore: add PWA transparent address bar
1 parent a06d71d commit 129f4ca

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
<html data-theme="default" lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<link rel="icon" href="/favicon.ico">
5+
<meta name="apple-mobile-web-app-capable" content="yes">
6+
<meta name="mobile-web-app-capable" content="yes">
7+
<meta name="mobile-web-app-status-bar-style" content="black-translucent" >
8+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
9+
<meta name="theme-color" content="#ffffff">
610
<meta name="description" content="Vue3 Template">
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
12+
<link rel="icon" href="/favicon.ico">
713
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
8-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
914
<link rel="mask-icon" href="/favicon-dark.svg" color="#FFFFFF">
10-
<meta name="theme-color" content="#ffffff">
1115
<title>Vite App</title>
1216
</head>
1317
<body>

0 commit comments

Comments
 (0)