-
Updated
Feb 17, 2021 - HTML
progressive-web-app
Progressive Web Apps start with a traditional web site/application and progressively enhance with modern features. When sites are secure they can leverage ServiceWorkers to provider users with offline support, Push notifications can help re-engage users, and Web App Manifests let users install PWAs alongside native apps.
Here are 1,511 public repositories matching this topic...
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Jun 9, 2019 - JavaScript
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Feb 17, 2021 - Vue
Here is an issues with detailed description: NekR/offline-plugin#77
-
Updated
Oct 1, 2019 - JavaScript
-
Updated
Oct 6, 2020 - HTML
component: pop-over
-
Updated
Dec 26, 2018 - JavaScript
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
The issue I'm experiencing is pretty annoying.
I'm trying to optimize my first byte, by turning off compression, and gziping everything by webpack with CompressionPlugin. The issue is that it doesn't compress service-worker.js produced by sw-precache-webpack-plugin.
I understand the reason why: service-worker.js should cache all chunks produced by webpack after CompressionPlugin compress
-
Updated
Feb 15, 2021 - JavaScript
Include a script that can generate weekly status reports to dev's leadership. The report should have enough buzzwords to make leadership feel as if progress is being made without providing any specific detail that defines said progress.
-
Updated
Feb 18, 2021 - TypeScript
At this point, the 'table modification' actions are aligned left:
Hence, when scrolling the table to the right, they scroll out of view and cannot be used anymore:
Should
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Nov 2, 2020 - HTML
-
Updated
Dec 11, 2020 - JavaScript
Affected part of DeckDeckGo
- Studio (online editor)
- Remote control
- Poll
- Site
- Documentation
- Demo
- Starter kit
- Web Components
- Templates
-
Updated
Jan 2, 2021 - JavaScript
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Dec 31, 2020 - JavaScript
-
Updated
Feb 11, 2021 - JavaScript
Released 2015
- Website
- developer.mozilla.org/en-US/Apps/Progressive
- Wikipedia
- Wikipedia



For background, see https://stackoverflow.com/questions/66229902/
We can add a question to
workbox wizardthat checks to see if the developer has a web app manifest with astart_urlthat uses a query parameter, likehomescreen=trueor something else other thanutm_orfbclid, and if so, sets up theignoreURLParametersMatchingparameter for them.