From cee0845e7e68f1cc62bee42ea755041166f63b5c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 23 Oct 2024 13:34:23 +0700 Subject: [PATCH] Added interactive-widget setting to viewport meta tag Chrome 108 (Nov '22) added support for this new tag, which resizes the visual viewport to the visible space. It does not appear after brief investigation that Safari supports this, and Firefox has been documented to resize with or without this setting. Note that if we choose to hide the bottom bar in the future (which is currently the case), it may not be quite necessary to use "resizes-content" as compared to the other accepted values. It may be that, given that bar will go away, the value "overlays-content" may also suffice. However, the default (resizes-visual for Chrome) likely would cause buggy behavior, given that it currently hides the top bar. --- src/SIL.XForge.Scripture/ClientApp/src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SIL.XForge.Scripture/ClientApp/src/index.html b/src/SIL.XForge.Scripture/ClientApp/src/index.html index 1fad460ba0..6b8394a43c 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/index.html +++ b/src/SIL.XForge.Scripture/ClientApp/src/index.html @@ -17,7 +17,7 @@ Scripture Forge - +