diff options
| author | RblSb <msrblsb@gmail.com> | 2023-01-07 08:21:43 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2023-01-07 08:21:43 +0300 |
| commit | bb582f949ecfcd38af7fc2d6c10c6e7efe167f59 (patch) | |
| tree | 4255272af502d63da012307f11f0a86b3940c67e | |
| parent | b3d825acb9d12208cf44f2d4b385163a86c38695 (diff) | |
Disable ios page zoom on input focus
| -rw-r--r-- | res/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/index.html b/res/index.html index 20df11c..4151ba1 100644 --- a/res/index.html +++ b/res/index.html @@ -4,7 +4,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> - <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"> <title>SyncTube</title> <link rel="icon" type="image/png" href="img/favicon.png" /> <link id="usertheme" href="css/des.css" rel="stylesheet"> |
