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