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 %}