forked from Mirrors/gomuks
web/index: add resize-content viewport tag
This makes the viewport resize when opening mobile keyboards to ensure that the input field is visible.
This commit is contained in:
parent
b352255d14
commit
43b454eeed
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<link rel="icon" type="image/png" href="gomuks.png"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"/>
|
||||
<title>gomuks web</title>
|
||||
<!-- etag placeholder -->
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue