Disabled zooming for mobile

Stops ios from zooming in on inputs.
This commit is contained in:
2018-10-12 01:02:59 -04:00
parent adf416271c
commit d3778b4920

View File

@@ -5,7 +5,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<title>What are you lifting?</title> <title>What are you lifting?</title>
<meta name="description" content=""> <meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1,user-scalable=0"/>
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<link rel="manifest" href="site.webmanifest"> <link rel="manifest" href="site.webmanifest">