Fix: iOS Bottom-Nav — #app position:fixed+inset:0, Nav als Flex-Kind

position:fixed auf #bottom-nav funktioniert in iOS PWA-Standalone-Mode nicht
zuverlässig (driftet beim Scrollen). Fix: #app selbst position:fixed;inset:0
→ Nav ist normales Flex-Kind am unteren Rand → kein iOS-Fixed-Bug möglich.
Desktop: #app position:static via Media Query. SW by-v529, APP_VER 506
This commit is contained in:
rene 2026-04-30 08:04:11 +02:00
parent 1056824be3
commit cd5688ae8f
3 changed files with 25 additions and 34 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '505'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '506'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.0.0'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app';