Fix iOS PWA layout mismatch using viewport unit principles
Summary A production issue was identified in an iOS Progressive Web App (PWA) where a white gap appeared at the bottom of the screen, below the bottom navigation bar. Despite using viewport-fit=cover and 100dvh, the layout failed to extend into the safe area inset (the home indicator zone). This resulted in a broken user experience … Read more