Skip to content

Commit 0696c57

Browse files
committed
fix(pwa): disable pinch to zoom in pwa mode
1 parent d684bd4 commit 0696c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta name="mobile-web-app-capable" content="yes">
1818
<meta name="apple-mobile-web-app-capable" content="yes">
1919
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
20-
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
20+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover">
2121
</head>
2222
<body>
2323
<wc-trakt-extension>

0 commit comments

Comments
 (0)