github ulsklyc/oikos v0.14.4
v0.14.4 - PWA zoom disable & body scroll block

latest releases: v0.52.21, v0.52.20, v0.52.19...
one month ago

What's Fixed

Follow-up patch for #16 addressing two additional PWA issues reported after v0.14.3.

Pinch-to-Zoom disabled

Added user-scalable=no, maximum-scale=1 to the viewport meta tag. Pinch-to-zoom is not expected behavior in a native-feel PWA and was not intentionally enabled.

Residual body scroll fully blocked

Added overflow: hidden to html, body as a belt-and-suspenders measure alongside the existing overscroll-behavior: none. Even if any element causes minimal overflow, the body can no longer become scrollable.

Service Worker

Cache bumped to v28/v27.

Full Changelog

See CHANGELOG.md

Don't miss a new oikos release

NewReleases is sending notifications on new releases.