Files
website/apps
Matt 82e5b4506d
All checks were successful
build-website / build (push) Successful in 1m34s
fix: complete iOS Safari safe area solution using inset and -webkit-fill-available
- Replace calc() with env() approach (which returns 0px in portrait)
- Use inset: 0 to fill entire viewport including safe areas
- Add -webkit-fill-available for proper iOS height handling
- Add iOS-specific meta tags for full-screen web app support
- Include style element with !important to override any conflicts
- Use @supports query to target only Safari browsers

This approach bypasses the buggy env() functions and uses native iOS solutions
2025-09-25 16:53:47 +02:00
..