Contents tagged “PWA”

There are 28 contents with this tag:

  1. Note from 9 January 2024

    Is it worth it maintaining a #TWA version of my responsive puzzle game esviji in Google Play Store?

    https://play.google.com/store/apps/details?id=com.esviji.twa

    Google requires periodic “artificial life support” to check the app is still relevant: API version update, app links from websites, developer account, etc.

    The #PWA version has been available and installable on its own domain for years,
    without any required maintenance:

    https://play.esviji.com

  2. screenshot of Push

    Jeremy Keith avatar Jeremy Keith

    Push

    With push notifications in mobile Safari, the arguments for making proprietary apps get weaker. That’s good. Yeees! 🥳 But… there's a big "but" in…

  3. screenshot of File Web Share Target

    Paul Kinlan

    File Web Share Target

    Inter-app communication is one of the major missing pieces of the web platform, and specifically one of the last major missing features is native…

  4. How much data should my Service Worker put upfront in the offline cache?

    I love when Web site/apps work even when I'm offline. I've made my SVG game esviji work offline thanks to appcache just after attending Jake Archibald conference about why Application Cache is a Douchebag during the 2012 edition of the Paris Web conference. Fortunately, we have now Service Workers (in some browsers), which gives us more control over this kind of cache for offline browsing. But as Uncle Ben says, “With Great Power Comes Great Responsibility”.

See all tags.