fix: pwa ios safari safe area inset for bottom navigation

- Add viewport-fit=cover meta tag for PWA fullscreen display on iOS
- Implement safe-area-inset-bottom for mobile bottom navigation bar
- Update PageLayout main content padding to avoid iOS home indicator overlap
- Add CSS utility class pb-safe-bottom for PWA safe area handling
- Ensure proper PWA layout on iOS devices with notch and home indicator
- Set minimum navigation height including safe area for PWA compatibility
This commit is contained in:
shimonz
2025-07-29 15:16:38 +08:00
parent 67b6132780
commit 08c979c939
6 changed files with 21 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
'use client';
const CURRENT_VERSION = '20250728125318';
const CURRENT_VERSION = '20250729151638';
// 版本检查结果枚举
export enum UpdateStatus {