fix(mobile): disable pinch zoom on mobile app UI

This commit is contained in:
Aman Harwara
2022-11-03 16:49:32 +05:30
parent d6cafa1e73
commit dc4530b2f3

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="viewport-fit=cover, width=device-width, initial-scale=1" name="viewport" />
<meta content="viewport-fit=cover, width=device-width, initial-scale=1, maximum-scale=1.0" name="viewport" />
<meta content="#ffffff" name="theme-color" />
<link rel="stylesheet" href="web-src/app.css" />
<script>
@@ -23,4 +23,4 @@
<body>
</body>
</html>
</html>