1
0
mirror of https://github.com/franjsco/tick3t synced 2024-12-26 17:33:27 +01:00

set users-scalable=no

This commit is contained in:
frab1t 2019-05-04 21:36:04 +02:00
parent 2ee5c5f2f8
commit ab7d88ca1f

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="theme-color" content="#000000" />
<!--
manifest.json provides metadata used when your web app is installed on a
@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>tick3t</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>