📱 feat: improve mobile viewport behavior with interactive-widget meta (#5675)

fixed mobile viewport behavior when keyboard appears: content now resizes properly instead of scrolling, keeping the top area visible
This commit is contained in:
Stefan Siegel 2025-02-08 00:15:49 +01:00 committed by GitHub
parent 8b2ffa141e
commit d786bf263c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png" /> <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png" />
<link rel="apple-touch-icon" href="/assets/apple-touch-icon-180x180.png" /> <link rel="apple-touch-icon" href="/assets/apple-touch-icon-180x180.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, interactive-widget=resizes-content" />
<style> <style>
html, html,
body { body {