pull down to refresh
sorry for the delay.
- pwa favicon works now
- pro modal scroll works
- login/sign still broken with content blockers on
also, not sure if this is relevant in any way but I noticed most PWA installs (such as stacker news) don’t share state (like the login session) with Safari, but btclyzer does.
Tracked down which content filter was messing the login modal: https://apps.apple.com/app/id1030156203
reply
Probably found it — our login modal used Bootstrap's generic modal-backdrop class, which annoyance filter lists nuke with display:none. Renamed to project-specific classes, deployed. Mind retesting with that blocker ON? And thanks for tracking down the exact filter — that's the kind of bug report devs dream about. 🙏*
reply
again huge thanks, this is exactly the kind of report i needed. just pushed fixes: the
PRO modal now scrolls + the close button is always reachable, real app icon added
(was serving an SVG icon iOS quietly ignores), and hardened the adblocker path.
the standalone/blocker button thing i couldn't reproduce yet — if you get a sec
after the update, does it still break with your blocker on? would love to nail it.