-
Currently, we need to open and close the PWA when a new update is pushed/released.
Reading [this stack overflow post](https://stackoverflow.com/questions/51435349/my-pwa-web-app-keep-showing-old-ver…
-
I'm currently trying to detect changes in the Service Worker after pushing a new version to production. The issue I'm facing is that for returning users, when a new version of the website is deployed,…
-
I like your project very much, but having an additional tab always open (or opening it every time) is (from the lack of a better word) tedious.
PWA support would allow for easier access and from wha…
-
Requirements here: https://nih.app.box.com/file/1646113563720
Timeline/Tasks here: https://nih.app.box.com/file/1649503974456
This issue pertains to the UI work for the new MyReports page in the P…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
After file extension change done in #43756, Web Manifest is no longer added to offline cache.…
-
Original Issue: Issue #994
Requirements here: https://nih.app.box.com/file/1674557082093
Edits to [User Profile Criteria](https://nih.app.box.com/file/501193852134?s=8p7esmx0eafr7ela6gbne4zorvsgnwa…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
The footer contains download links for google play store and app store but the application…
-
### Summary
```js
window.$clientPWA = null;
window.addEventListener('beforeinstallprompt', (e) => { window.$clientPWA = e;});
function onclick() {
window.$clientPWA != null ? window.$clie…
-
Hey...
PWA installation on Android (14) devices seems to be broken.
Can still add dashboard to desktop but dialog to choose "install" does not longer appear.
It still works suitable on desktop c…
-
### Environment information
```plain text
import react from "@vitejs/plugin-react";
import svgr from "vite-plugin-svgr";
import { join } from "path";
import { defineConfig, loadEnv } from "vite";
…