Top "Pwa" questions

A progressive web app provides an app-like user experience that is low friction and is built using modern web capabilities and hosted on the web and can become an app on the user's system over time.

Can service workers cache POST requests?

I tried to cache a POST request in a service worker on fetch event. I used cache.put(event.request, …

javascript post request service-worker pwa
Vue Cli 3 how to use the official PWA plugin ( Service Worker )

on my first vue project attempting to wrestle with the official PWA plugin ( https://github.com/yyx990803/register-service-worker ). My specific …

vue.js service-worker vue-cli pwa
Open installed PWA from external url

Is there any method to open website (PWA) urls in the installed PWA in iOS- Safari? Use case: I'm sending …

ios mobile-safari service-worker progressive-web-apps pwa
Angular Service Worker SwUpdate.available not triggered

I'm having a hard time integrating angulars service worker into my application. I followed the guide and it works so …

angular caching apache2 angular6 pwa
Open file with system application in a Progressive Web App

I'm trying to figure out if it is possible to open a file from a Progressive Web App with the …

javascript file read-write pwa
Can the Web NFC api be used in Progressive Web Applications?

I need to implement NFC (near field communication) in a PWA (progressive webapplication) Every browser I have tested (Chrome MacOSX, …

javascript nfc pwa
My PWA web app keep showing old version after a new release on Safari (but works fine on chrome)?

I added PWA and service worker to my existing web app based on Angular 5. Everything looks fine on first release. …

ios safari service-worker pwa
How does SSR go with PWA

How can one do SSR (Server side rendering) with PWA (Progressive web app)? From what I understand, SSR The SSR …

progressive-web-apps server-side-rendering pwa