Avoid page shrinking when drag and drop cards on iOS devices

This commit is contained in:
Haocen 2020-01-05 20:07:56 -05:00 committed by Frédéric Guillot
parent 0cf6683f2d
commit 7731dde413
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="<?= $this->app->jsLang() ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="X-UA-Compatible" content="IE=edge">