diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2020-01-02 08:43:16 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 20:36:30 +0100 |
commit | ae6e7195b6d3667d636c3723f67f67b786d5aa8d (patch) | |
tree | 708d8766f0fa1ffc0820ae57410cf9a2e4fbedd7 /src | |
parent | d819bceb3d85406ecbf921ee04b61532a8623a39 (diff) |
BUGFIX disable zoom on launcher app
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 2 |
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> |