Avoid page shrinking when drag and drop cards on iOS devices
This commit is contained in:
parent
0cf6683f2d
commit
7731dde413
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue