Skip to content

Commit 8a2bee1

Browse files
authored
Update viewport meta to prevent input zoom on iOS (#858)
- Prevents page zoom when tapping input fields on iPhone
1 parent 485f7d1 commit 8a2bee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beszel/site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="manifest" href="./static/manifest.json" />
66
<link rel="icon" type="image/svg+xml" href="./static/favicon.svg" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
88
<title>Beszel</title>
99
<script>
1010
globalThis.BESZEL = {

0 commit comments

Comments
 (0)