File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 99<html>
1010<head>
1111 <meta charset="UTF-8" />
12- <meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
12+ <meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no, viewport-fit=cover">
13+ <meta name="mobile-web-app-capable" content="yes" />
1314 <meta name="msapplication-TileColor" content="<?= $ config ['colors ' ]['primary ' ]?> ">
1415 <meta name="theme-color" content="<?= $ config ['colors ' ]['primary ' ]?> ">
16+ <meta name="apple-mobile-web-app-capable" content="yes" />
17+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
1518
1619 <title><?= $ pageTitle ?> </title>
1720
Original file line number Diff line number Diff line change 251251 }
252252 }
253253}
254+
255+ /* Respect iOS safe areas when viewport-fit=cover hides the status bar */
256+ body ,
257+ .stage {
258+ padding-top : env (safe-area-inset-top , 0 );
259+ }
Original file line number Diff line number Diff line change 1717<head>
1818
1919 <meta charset="UTF-8" />
20- <meta name="viewport" content="width=device-width, initial-scale=1.0">
20+ <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
21+ <meta name="mobile-web-app-capable" content="yes" />
2122 <meta name="msapplication-TileColor" content="<?= $ config ['colors ' ]['primary ' ] ?> ">
2223 <meta name="theme-color" content="<?= $ config ['colors ' ]['primary ' ] ?> ">
2324
3233
3334 <!-- Fullscreen Mode on old iOS-Devices when starting photobooth from homescreen -->
3435 <meta name="apple-mobile-web-app-capable" content="yes" />
35- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
36+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent " />
3637
3738 <link rel="stylesheet" href="<?= $ assetService ->getUrl ('node_modules/normalize.css/normalize.css ' )?> " />
3839 <link rel="stylesheet" href="<?= $ assetService ->getUrl ('node_modules/@fortawesome/fontawesome-free/css/all.min.css ' )?> " />
You can’t perform that action at this time.
0 commit comments