Disable user scaling to avoid page shrinking when drag&drop on mobile device

This commit is contained in:
Haocen 2019-08-23 11:54:17 -04:00 committed by Frédéric Guillot
parent a4f130839f
commit 39c6f65e85
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, 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">