We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a301c commit 28ac966Copy full SHA for 28ac966
1 file changed
src/app.html
@@ -26,8 +26,8 @@
26
sizes="120x120"
27
href="%sveltekit.assets%/logos/apple-touch-icon-120x120.png" />
28
29
- <!-- apple web app meta tags -->
30
- <meta name="apple-mobile-web-app-capable" content="yes" />
+ <!-- web app / standalone display meta tags -->
+ <meta name="mobile-web-app-capable" content="yes" />
31
<meta name="apple-mobile-web-app-title" content="Appwrite Console" />
32
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
33
0 commit comments