Disable UI zoom
Without this, on mobile the map zoom and the UI zoom conflict in weird ways that make the UI hard to use.
This commit is contained in:
parent
6220dd76d5
commit
4b278406e2
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/x-icon" href="https://chandlerswift.com/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
|
||||
<title>Chandler Swift's Maps</title>
|
||||
</head>
|
||||
<body class="nav-open">
|
||||
|
|
Loading…
Reference in a new issue