Remove the user-scalable="no" parameter from the content attribute of the <meta name="viewport"> element in order to allow zooming and ensure the maximum-scale parameter is not less than 2.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<meta name="language" content="Russian">
|
||||
<meta name="revisit-after" content="5 days">
|
||||
<meta name="author" content="Dark Shy">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="theme-color" content="black">
|
||||
|
||||
Reference in New Issue
Block a user