From 27a61d589b46e6f3d560af367ef6eaf52e50073c Mon Sep 17 00:00:00 2001
From: Chris Lovett <57230137+realchrislovett@users.noreply.github.com>
Date: Fri, 14 Feb 2025 12:05:38 -0500
Subject: [PATCH] Remove bar at top of screen on iOS
On iOS, when the app runs as a PWA without this line, there will be a bar at the top of the screen. Implementing this setting will make for a more seamless UI on iOS, as documented below.
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html
---
public/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 5dec40a..7638520 100644
--- a/public/index.html
+++ b/public/index.html
@@ -10,6 +10,7 @@
+
@@ -841,4 +842,4 @@