mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 18:12:01 +02:00
Fixed: WebApp functionality on Apple devices
(cherry picked from commit c7dd7abf892eead7796fcc482aa2f2aabaf88712)
This commit is contained in:
parent
e90a50a3aa
commit
d7b9b2ccb2
2 changed files with 11 additions and 5 deletions
|
|
@ -3,13 +3,16 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="mobile-web-app-capable" content="yes" />
|
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
||||||
|
|
||||||
<!-- Chrome, Safari, Opera, and Firefox OS -->
|
<!-- Chrome, Safari, Opera, and Firefox OS -->
|
||||||
<meta name="theme-color" content="#595959" />
|
<meta name="theme-color" content="#595959" />
|
||||||
<!-- Windows Phone -->
|
<!-- Windows Phone -->
|
||||||
<meta name="msapplication-navbutton-color" content="#3a3f51" />
|
<meta name="msapplication-navbutton-color" content="#464b51" />
|
||||||
|
<!-- Android/Apple Phone -->
|
||||||
|
<meta name="mobile-web-app-capable" content="yes" />
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
|
<meta name="format-detection" content="telephone=no">
|
||||||
|
|
||||||
<meta name="description" content="Radarr" />
|
<meta name="description" content="Radarr" />
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,13 +3,16 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="mobile-web-app-capable" content="yes" />
|
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
||||||
|
|
||||||
<!-- Chrome, Safari, Opera, and Firefox OS -->
|
<!-- Chrome, Safari, Opera, and Firefox OS -->
|
||||||
<meta name="theme-color" content="#595959" />
|
<meta name="theme-color" content="#595959" />
|
||||||
<!-- Windows Phone -->
|
<!-- Windows Phone -->
|
||||||
<meta name="msapplication-navbutton-color" content="#464b51" />
|
<meta name="msapplication-navbutton-color" content="#464b51" />
|
||||||
|
<!-- Android/Apple Phone -->
|
||||||
|
<meta name="mobile-web-app-capable" content="yes" />
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
|
<meta name="format-detection" content="telephone=no">
|
||||||
|
|
||||||
<meta name="description" content="Radarr (Preview)" />
|
<meta name="description" content="Radarr (Preview)" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue