From e09541ad2fb310f0405fc8be8474eee54772bc6e Mon Sep 17 00:00:00 2001 From: Umar Getagazov Date: Wed, 7 May 2025 19:59:51 +0100 Subject: [PATCH] Resize content viewport to accommodate for keyboard As of Chrome 108 and Firefox 133, when the virtual keyboard appears on a mobile device, the default behavior changed from resizing both visual and layout viewports to resizing just the visual viewport to match the behavior of Safari iOS. https://developer.chrome.com/blog/viewport-resize-behavior/ https://github.com/bramus/viewport-resize-behavior/blob/main/explainer.md Supported in Chrome 108+ and Firefox 133+, but not in Safari yet: https://chromestatus.com/feature/6145225857171456 https://bugzilla.mozilla.org/show_bug.cgi?id=1831649 https://bugs.webkit.org/show_bug.cgi?id=259770 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ec656db..0a01e2f 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ gamja IRC client - +