Set meta tag to allow full screen/web app mode on iOS safari

This allows hiding the navigation bar when launching the site from a
homescreen shortcut
This commit is contained in:
Adam Goldsmith 2021-11-15 20:25:45 -05:00
parent fc487ee0b8
commit 7e4947951b

View File

@ -2,6 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Tool Reservations</title> <title>Tool Reservations</title>
</head> </head>
<body> <body>