Scaling page with viewframe on mobile.

This commit is contained in:
2024-03-27 16:37:02 +01:00
parent a09bd3e407
commit 35b6c4c33f
3 changed files with 7 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ async function onRenderHtml(pageContext) {
<meta name="msapplication-config" content="/img/favicon/browserconfig.xml">
<meta name="theme-color" content="#f65596">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0" />
<meta name="description" content="${desc}" />
<title>${title}</title>