Spaces:
Running
Running
Ian Renton
commited on
Prevent double click zoom on mobile
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<head>
|
| 3 |
<title>Windows 3.1</title>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1
|
| 6 |
<link rel="stylesheet" href="style.css" type="text/css">
|
| 7 |
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css" type="text/css">
|
| 8 |
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
|
|
| 2 |
<head>
|
| 3 |
<title>Windows 3.1</title>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
|
| 6 |
<link rel="stylesheet" href="style.css" type="text/css">
|
| 7 |
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css" type="text/css">
|
| 8 |
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|