App: Fix web app behaviour on iOS (#100382)

readd apple-mobile-wep-app-capable
This commit is contained in:
Ashley Harrison 2025-02-11 10:01:33 +00:00 committed by GitHub
parent b0dd6e900a
commit 70b86eeb6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@
performance.mark('frontend_boot_css_time_seconds');
</script>
<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="black" />
<meta name="msapplication-TileColor" content="#2b5797" />