File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 3
3
<head >
4
4
<meta charset =" utf-8" />
5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
6
- <meta name =" mobile-web-app-capable" content =" yes" />
7
- <meta name =" apple-mobile-web-app-capable" content =" yes" />
8
6
9
7
<!-- Chrome, Opera, and Firefox OS -->
10
8
<meta name =" theme-color" content =" #3a3f51" />
11
9
<!-- Windows Phone -->
12
10
<meta name =" msapplication-navbutton-color" content =" #3a3f51" />
11
+ <!-- Android/Apple Phone -->
12
+ <meta name =" mobile-web-app-capable" content =" yes" />
13
+ <meta name =" apple-mobile-web-app-capable" content =" yes" />
14
+ <meta name =" apple-mobile-web-app-status-bar-style" content =" black-translucent" />
15
+ <meta name =" format-detection" content =" telephone=no" >
13
16
14
17
<meta name =" description" content =" Lidarr" >
15
18
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
- < meta name ="mobile-web-app-capable " content ="yes " />
7
- < meta name ="apple-mobile-web-app-capable " content ="yes " />
8
6
9
7
<!-- Chrome, Opera, and Firefox OS -->
10
8
< meta name ="theme-color " content ="#3a3f51 " />
11
9
<!-- Windows Phone -->
12
10
< meta name ="msapplication-navbutton-color " content ="#3a3f51 " />
11
+ <!-- Android/Apple Phone -->
12
+ < meta name ="mobile-web-app-capable " content ="yes " />
13
+ < meta name ="apple-mobile-web-app-capable " content ="yes " />
14
+ < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent " />
15
+ < meta name ="format-detection " content ="telephone=no ">
13
16
14
17
< meta name ="description " content ="Lidarr " />
15
18
You can’t perform that action at this time.
0 commit comments