UI/mobile keyboard and pwa popup fixes (#24610)

* ui: make mobile layout keyboard-aware via interactive-widget and dvh shell anchor

* ui: fix duplicate PWA refresh popup by scoping the storage check to non-PWA pages
This commit is contained in:
Pascal
2026-06-14 18:35:00 +02:00
committed by GitHub
parent 1fd6dfe9f3
commit fd5869fb62
3 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -9,7 +9,10 @@
<link rel="manifest" href="./manifest.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, interactive-widget=resizes-content"
/>
%sveltekit.head%
</head>