fix: Bug - Android app view is below titlebar and action bar on android

Respect Android system bar insets with safe-area shell padding, inset-aware modal and bottom-sheet layouts, transparent edge-to-edge themes, and a Capacitor SystemBars refresh on mobile startup.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-11 21:24:48 +02:00
co-authored by Cursor
parent a01abbb1bf
commit 6b9a39fe4a
10 changed files with 128 additions and 13 deletions
+1
View File
@@ -1,6 +1,7 @@
<div
appThemeNode="appRoot"
class="workspace-bright-theme relative h-full overflow-hidden bg-background text-foreground"
[class.metoyou-safe-area-shell]="isMobile()"
>
<div
class="h-full min-h-0 min-w-0 overflow-hidden"