github ulsklyc/oikos v0.20.7
v0.20.7 - iOS PWA fixes: bottom space & keyboard zoom

latest releases: v0.58.0, v0.57.7, v0.57.6...
one month ago

What's Changed

Fixed

  • iOS PWA - empty space below nav: body::after (home indicator fill) had the same z-index as the nav (100) but was painted on top due to browser compositing order, showing a mismatched background color. Now uses var(--glass-bg) (identical to nav) and z-index: z-nav - 1 so the nav always renders on top.
  • iOS PWA - keyboard zoom persists: WKWebView zoomed in on input focus and did not reset after the keyboard was dismissed, pushing nav items out of the visible viewport. Added focusin/focusout listeners that temporarily set maximum-scale=1 while a form field is focused and restore maximum-scale=5 afterwards (manual zoom for accessibility preserved).

Full Changelog: https://github.com/ulsklyc/oikos/blob/main/CHANGELOG.md

Don't miss a new oikos release

NewReleases is sending notifications on new releases.