aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2020-01-02 08:43:16 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 20:36:30 +0100
commitae6e7195b6d3667d636c3723f67f67b786d5aa8d (patch)
tree708d8766f0fa1ffc0820ae57410cf9a2e4fbedd7
parentd819bceb3d85406ecbf921ee04b61532a8623a39 (diff)
BUGFIX disable zoom on launcher app
-rw-r--r--src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 7bd906b..1f6b020 100644
--- a/src/index.html
+++ b/src/index.html
@@ -18,7 +18,7 @@
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
</head>
<body>