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.

Can I use Add to home screen in Chrome on an iOS device?

I know I can use Chrome on a desktop or Android device to “Add to Home screen”. I know I …

google-chrome installation service-worker progressive-web-apps
Options for testing service workers via HTTP

I want to test service workers but I have a virtual host setup and I can't seem to be able …

javascript google-chrome service-worker progressive-web-apps
What features do Progressive Web Apps have vs. native apps and vice-versa, on Android

In 2015 Google introduced a new approach for developing web apps for Android: progressive web apps. One can create an application …

android google-chrome firefox progressive-web-apps
How to get Add to Home Screen Pop up on Site Open in mobile browser

How to get this pop up in mobile browser "Add to home" will create icon of chrome on home screen …

android google-chrome progressive-web-apps
PWA: How to programmatically trigger : "Add to homescreen"? on iOS Safari

I released a server rendered progressive web app recently and everything works great so far. However, Android using chrome shows …

javascript download progressive-web-apps
Site cannot be installed: no matching service worker detected

Hey I am trying to program my first pwa and got the following problem: when I start my web app …

javascript json web-applications progressive-web-apps
What is progressive web app solution for IOS

I was wondering what's the solution of progressive web app for IOS devices since their default brower SAFARI doesn't yet …

progressive-web-apps
Why am I seeing "Error - Only secure origins are allowed" for my service worker?

When I try to add a service worker on my progressive web app page, why does the browser console show …

javascript jquery progressive-web-apps
When and how does a PWA update itself?

As far as I know, once you click "add to homescreen" on a PWA's website, the browser generates an .apk …

android apk manifest service-worker progressive-web-apps
How to force service worker to update?

I'm using sw-precache to generate my service work with Polymer CLI build process, so it's intended to update the hash …

html service-worker offline-caching progressive-web-apps sw-precache