From f91b4b9e7d93e02ef5b54abb12799c9238994dab Mon Sep 17 00:00:00 2001 From: Robert Long <robert@robertlong.me> Date: Mon, 23 Aug 2021 13:18:45 -0700 Subject: [PATCH] Add maximum scale to avoid zooming when inputting text --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9274034..4c8f329 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/src/favicon.png" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <title>Matrix Video Chat</title> <script> window.global = window;