fix(mobile): disable pinch zoom on mobile app UI
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
<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" />
|
<meta content="#ffffff" name="theme-color" />
|
||||||
<link rel="stylesheet" href="web-src/app.css" />
|
<link rel="stylesheet" href="web-src/app.css" />
|
||||||
<script>
|
<script>
|
||||||
@@ -23,4 +23,4 @@
|
|||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user