1
0
Fork 0
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:
Tulir Asokan 2024-12-15 14:37:28 +02:00
parent b352255d14
commit 43b454eeed

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<link rel="icon" type="image/png" href="gomuks.png"/> <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> <title>gomuks web</title>
<!-- etag placeholder --> <!-- etag placeholder -->
</head> </head>