mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
App: Fix web app behaviour on iOS (#100382)
readd apple-mobile-wep-app-capable
This commit is contained in:
parent
b0dd6e900a
commit
70b86eeb6d
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user