Skip to content

Commit d3d0f01

Browse files
committed
feat(tpl): prevent click delay on mobile device
1 parent 7ea9341 commit d3d0f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tpl/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
6-
<meta name="viewport" content="initial-scale=1, user-scalable=no"/>
6+
<meta name="viewport" content="width=device-width,user-scalable=no"/>
77
<meta name="format-detection" content="telephone=no"/>
88
<meta name="renderer" content="webkit"/>
99
<meta name="wap-font-scale" content="no"/>

0 commit comments

Comments
 (0)