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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user