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

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