Skip to content

Commit 88e9504

Browse files
authored
🤖 Disable mobile zoom/pinch gestures (#371)
1 parent e388034 commit 88e9504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
66
<meta name="description" content="Parallel agentic development with Electron + React" />
77
<meta name="theme-color" content="#1e1e1e" />
88
<link rel="manifest" href="/manifest.json" />

0 commit comments

Comments
 (0)