357ba7d8c8
Android 16 (API 36) enforces edge-to-edge rendering unconditionally, breaking @capacitor/status-bar's setOverlaysWebView and setBackgroundColor. Additionally, a Chromium bug (<140) causes env(safe-area-inset-*) to report 0 in some Android WebViews. - Replace @capacitor/status-bar with SystemBars from @capacitor/core 8+ - Enable insetsHandling: 'css' in capacitor.config.ts so the SystemBars plugin injects --safe-area-inset-* CSS variables on Android - Update all safe area CSS utilities and inline styles to use var(--safe-area-inset-*, env(safe-area-inset-*, 0px)) fallback pattern - Remove @capacitor/status-bar dependency (no longer needed)