Checkout UX: Disable user zooming for iOS users

Thanks to @breunigs for suggesting
This commit is contained in:
Raphael Michel
2017-12-11 15:14:19 +01:00
parent 8f7c6521a9
commit 759db2d20e

View File

@@ -32,7 +32,7 @@
{% endcompress %}
<meta name="referrer" content="origin">
{{ html_head|safe }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0">
<link rel="icon" href="{% static "pretixbase/img/favicon.ico" %}">
{% block custom_header %}{% endblock %}
</head>