Top "Progressive-web-apps" 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.

Best practices for detecting offline state in a service worker

I have a service worker that is supposed to cache an offline.html page that is displayed if the client …

javascript offline service-worker progressive-web-apps
How implement fingerprint scanner in WebApp?

I want use sensor of android to get fingerprint. I have a WebApp and want to get callback of fingerprint. …

fingerprint progressive-web-apps
check if user has already installed PWA to homescreen on Chrome?

I'm trying to create an "Add To Home Screen" button on my progressive web app, as described in Chrome's documentation. …

javascript google-chrome browser progressive-web-apps homescreen
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
Progressive Web App: How to detect and handle when connection is up again

With a PWA, we can handle when the device connection is down with offline mode. But how do we detect …

javascript progressive-web-apps offlineapps
Web Push notifications with iOS 11.3

With the release of iOS 11.3 and it's inclusion of service workers, I have been trying to find information about whether …

ios ios11 progressive-web-apps onesignal
Angular 7 - service worker not registered

I did everything as written in "https://angular.io/guide/service-worker-getting-started" to make my application PWA. Used exactly this commands: …

angular angular-cli service-worker progressive-web-apps angular7
Does service worker runs on background even if browser is closed?

I see push notification for Facebook web in chrome only when I open chrome. I know that this notification are …

javascript google-chrome service-worker progressive-web-apps
Converting WordPress website to Progressive Web App

I am building a Progressive Web App but there is a very little documentation and support online so far. I …

wordpress progressive-web-apps