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.

Uncaught (in promise) TypeError: Request failed

I am creating a Progressive Web App for a university project, but when I checked the console I have this …

javascript html css progressive-web-apps typeerror
Sending Push Notifications to iOS from PWA

I've got a Progressive Web App which made with Blazor WebAssembly and I was wondering if I can send push …

ios web-applications push-notification progressive-web-apps blazor
PWA add to home screen not showing popup

I implemented PWA for my static site. service worker register successfully and my page is also working in offline as …

service-worker progressive-web-apps
Progressive web app Uncaught (in promise) TypeError: Failed to fetch

I started learning PWA (Progressive Web App) and I have problem, console "throws" error Uncaught (in promise) TypeError: Failed to …

javascript service-worker progressive-web-apps
PWA - beforeinstallprompt not called

Hello I'm trying to install a custom PWA "Add to Homescreen". The ServiceWorkerRegistration is successful. But the function beforeinstallpromp is …

progressive-web-apps
iOS/iPadOS safari push api support

Does the iOS/iPadOS version of safari support push api standard with service worker?

ios webkit mobile-safari progressive-web-apps ipados
Service workers and iOS / Safari

On Chromium's page about service workers there's noted that Service Workers are not supported by Chrome on iOS. I assume …

ios service-worker progressive-web-apps
Progressive Web App - Service Worker not serving start_URL

Was playing around with the progressive web app. I've trying to make web app install banner working but I keep …

javascript visual-studio web progressive-web-apps
How do I set the start_url of a manifest.json to be the root of the site?

I have a manifest.json and it has a start_url property that I want to point to the first …

javascript progressive-web-apps manifest.json
simply replacing icons for progressive web app leads to error in manifest

I had generated a manifest file with icons, later i decided to just change the icons folder with different icons(…

google-chrome web-applications manifest progressive-web-apps