fix: add standard mobile-web-app-capable meta tag

- Add mobile-web-app-capable meta tag to all HTML templates
- Fixes deprecation warning for apple-mobile-web-app-capable
- Maintains backwards compatibility with Apple devices
- Updates index.html, templates.html, and editor.html
This commit is contained in:
William Valentin
2025-09-14 22:50:17 -07:00
parent 62a189ef98
commit e2788cb634
3 changed files with 4 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
<link rel="manifest" href="/static/img/site.webmanifest" />
<meta name="theme-color" content="#0d6efd" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="{{ app_name }}" />
<link