All release notes

v1.205.4

1 improvement

Enhance safe area handling for iOS PWA

We've made an improvement: Enhance safe area handling for iOS PWA

  • Updated IosPwaClass to measure and set the real safe-area-inset-top using JavaScript, allowing overlays to utilize a CSS variable instead of the unreliable env() function.
  • Adjusted various components and styles to use the new --safe-area-top variable for consistent overlay positioning across the application.
  • Improved layout styles in multiple components to ensure compatibility with safe area insets, enhancing the user experience on iOS devices.