Re-enable zooming on mobile clients
Change-Id: Iea0a6ccfa606b9302d2096b37323b74589f9aa74
diff --git a/Changes b/Changes
index 06c6869..d7e596e 100755
--- a/Changes
+++ b/Changes
@@ -5,6 +5,7 @@
- Reintroduce email handle support. (fixes #165; diewald)
- Support plugin declarations on registration. (diewald)
- Fetch client information before grant request. (diewald)
+ - Enable Zooming on mobile clients. (diewald)
0.44 2022-02-31
- Fixed autosecrets migration. (diewald)
diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep
index a7798e4..5e0c8d7 100644
--- a/templates/layouts/main.html.ep
+++ b/templates/layouts/main.html.ep
@@ -6,7 +6,7 @@
<head prefix="og: http://ogp.me/ns# website: http://ogp.me/ns/website#">
<title><%= title() // loc('korap_desc') %></title>
<meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=false, user-scalable=no" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />