All release notes

v1.205.5

1 fix

Improve safe area inset calculation for iOS PWA

  • Refactored the safe area inset calculation in IosPwaClass to handle cases where the status bar inset is incorrectly reported as 0 or a large value.
  • Introduced a fallback function to determine the correct inset based on screen height, ensuring consistent overlay positioning across iOS devices.