More explicit default viewport

Prevents zooming when an input has the autofocus attribute
This commit is contained in:
John O'Nolan 2020-05-31 22:07:25 +07:00 committed by GitHub
parent dd4dca881e
commit 24e14d6c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="{{asset "built/screen.css"}}" />
<title>{{meta_title}}</title>
@ -113,4 +113,4 @@ $(document).ready(function () {
{{!-- Outputs important scripts - should always be included before closing body tag --}}
</body>
</html>
</html>