Punch nazis, trebuchet TERFs.

I am building Voyager, a client for lemmy!

  • 1 Post
  • 6 Comments
Joined 10 months ago
cake
Cake day: April 15th, 2024

help-circle


  • Yeah… some nerd details: Capacitor v7 enabled service workers in Android (kinda). Which is great, but I wasn’t expecting that. And so the native android app is checking for PWA updates, finds an update, but the PWA menu to update is disabled in the native app.

    The fix basically just disables the service worker code completely for the native app. Probably should have been done before, but again, in capacitor v6 service workers weren’t a thing, so it was effectively disabled anyways then.