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.

Progressive Web App (PWA) QR Code Scanner

I want to use a QR Code Scanner within my Progressive Web Application (also PWA). Usage: Imagine there is a …

qr-code progressive-web-apps
Google Chrome Push Notifications not working if the browser is closed?

It is written here that the push notifications will work even if the browser is closed, but I tested it …

javascript google-chrome push-notification service-worker progressive-web-apps
add to home screen not showing up PWA

I've created a Progressive Web App. It's simple, just an index.html, a folder "images" with favicon etc, a sw.…

service-worker progressive-web-apps manifest.json
Manifest.json for progressive web app not working

I am trying to get the manifest.json file working for my web app. Unfortunately it is not working right. …

reactjs progressive-web-apps manifest.json
How to Remove Chrome Logo from PWA App Home Screen Link (Android O Preview)

I just updated to Android O Preview and installed a few PWAs. On the home screen a miniature Chrome logo …

android google-chrome homescreen progressive-web-apps
How to configure service workers with create-react-app

I am creating a ReactJS app with the create-react-app utility. How could I configure it to use a file that …

reactjs webpack service-worker progressive-web-apps
Add progressive web app play store/app store

Our PWA is completely build using new Angular. We have implemented all optimizations such as tree shaking, uglify, AOT, service …

android ios angular progressive-web-apps
Which icon sizes are required for progressive web apps (PWA) as of Q1 2018?

Which application icons and sizes are required for a progressive web app (PWA)? For example, should I include Apple icons …

progressive-web-apps
Can a progressive web app (PWA) run a background service on a mobile device to get data from hardware (accelerometer, gps...)?

I see we can check the capabilities of a mobile browser using https://whatwebcando.today/, but can the hardware APIs …

progressive-web-apps
Progressive Web App "does not work offline" error

I have written a progressive web app, following all available guides and examples, but for some reason when I click …

javascript android google-chrome progressive-web-apps lighthouse