From 4202e4e044987f179b6dc4a6da5666e2a89aec26 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sun, 30 Mar 2025 19:41:30 +0530 Subject: [PATCH] app: Track keyboard overlaps with compose box bug as a TODO. This will help us revert back to `resizes-visual` on Firefox Android when the bug is fixed. --- templates/zerver/app/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/zerver/app/index.html b/templates/zerver/app/index.html index e95447e0bc..f30e855f0d 100644 --- a/templates/zerver/app/index.html +++ b/templates/zerver/app/index.html @@ -7,11 +7,14 @@ {% set PAGE_DESCRIPTION = _("Browse the publicly accessible channels in {org_name} without logging in.").format(org_name=realm_name) %} {% block meta_viewport %} - +to resizing content when keyboard is shown on Firefox Android. +TODO: Remove this when Firefox Android fixes the bug - +https://bugzilla.mozilla.org/show_bug.cgi?id=1943053 --> {% endblock %}