forked from CGM_Public/pretix_original
Checkout UX: Disable user zooming for iOS users
Thanks to @breunigs for suggesting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user