The v1.5.1 release is a small follow-up to v1.5.0: it fixes a rendering bug on iOS home-screen installs where signing in with Apple could leave a white band below the app shell that survived a reload and a rotation. There are no user-facing feature changes and no breaking changes — upgrading is a straight image bump.
Changelog #
- Fixed a white band left below the app’s full-screen shell on iOS home-screen installs after signing in with Apple. iOS caches the
svh(small viewport height) unit per browser window, and Apple’s sign-in flow reopens the standalone app’s window through a cross-site redirect that left the window’ssvhcomputed as if a browser toolbar were still present — for that window’s whole lifetime, which is why nothing short of relaunching the app cleared it. The app shell and the other full-screen pages (login, the OAuth callback, app return, and the 404 page) now size themselves withdvh(dynamic viewport height) instead, which tracks the real viewport correctly in every state.
GitHub release #
- Econumo: v1.5.1
- Full changelog: v1.5.0…v1.5.1