Skip to content

Commit da45818

Browse files
Adding fullscreen support for login on iOS
#1182
1 parent b06eacc commit da45818

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

default-views/auth/login.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<title>Login</title>
77
<link rel="stylesheet" href="/common/css/bootstrap.min.css">
88
<link rel="stylesheet" href="/common/css/solid.css">
9+
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<meta name="apple-mobile-web-app-status-bar-style" content="default">
911
</head>
1012
<body>
1113
<div class="container-fluid">

0 commit comments

Comments
 (0)