Skip to main content

Questions tagged [progressive-web-apps]

A progressive web application provides an application-like user experience that is low friction and is built using modern web capabilities and hosted on the web and can become an application on the user's system over time.

progressive-web-apps
0 votes
0 answers
8 views

Checking whether page ran as PWA not working on Chrome on Android [duplicate]

I'm using window.matchMedia('(display-mode: standalone)').matches to try to check whether my page is running as a PWA. This works on Desktop, but on Android, this returns false despite the page ...
stracktracer's user avatar
  • 1,880
0 votes
0 answers
5 views

"display-override" field in my manifest.json flagging problem

"display_override": [ "standalone", "fullscreen", "minimal-ui", "window-controls-overlay", "browser" ], Above is a ...
userNameAsString's user avatar
0 votes
0 answers
15 views

How to deploy an Ionic PWA in CPANEL Website [closed]

Today I have one hosted website throught CPANEL. That website have only HTML/CSS/Javascript files and I can see the files in CPANEL File Manager in the Public HTML Folder. It is working well. I have ...
Vinicius Martin's user avatar
0 votes
0 answers
13 views

oracle apex pwa dual screen/window

we have a webapp in pwa mode, so the users can install the app on the pc. All users have dualscreen setup and the question is, is there a solution to make a dynamic action directly from the app, expl. ...
Steffen's user avatar
0 votes
1 answer
23 views

Angular PWA and NodeJS backend

How can I configure an Angular PWA to ensure it continues making requests to a Node.js backend when the service worker is offline? This is my ngsw.config.json { "$schema": "./...
zimmer098's user avatar
0 votes
0 answers
19 views

Push notifications subscription - what to do after user turn them off on device

I have a question regarding push notifications. How can I synchronize the state between the device and the backend when a user first allows notifications (a subscription is created and sent to the ...
Michal Kucharski's user avatar
-1 votes
0 answers
15 views

PWA on iOS Not Retaining Cookies and LocalStorage After App Restart

What happened I encountered an issue with my Progressive Web App (PWA) on iOS where user login states were not maintained upon closing and restarting the application. Here are the details of my ...
Derek Bredensteiner's user avatar
-4 votes
0 answers
46 views

Error unable to embed library https://github.com/scalable-software/web.component to project starter https://github.com/pwa-builder/pwa-starter [closed]

Can anyone support me with this issue? I am building a PWA base Currently I am using project starter https://github.com/pwa-builder/pwa-starter to create a PWA site, but I need to add some libraries ...
Quang Phung's user avatar
0 votes
0 answers
19 views

how to remove suggestions bar from the virtual keyboard

I'm creating a PWA (Progressive Web App), but in Android Chrome, the suggestions bar on the virtual keyboard is messing up my layout (See image). It is overlaping with important buttons that are ...
Heloi Neto's user avatar
0 votes
0 answers
13 views

Cross browser cache problems on Android

We have a website that you can also use as a PWA. One user used it as PWA (coming from chrome) on her Android device. Since a few weeks, she can't log in her account anymore, both using the PWA or the ...
TheWho's user avatar
  • 493
0 votes
0 answers
39 views

Why would my PWA install without issue on my desktop, but I am unable to install it on my mobile?

I have a PWA that currently lives in https://unsuitable-price.surge.sh/. The PWA was made using create-react-app and I generated the service worker using Workbox. At some point I was able to install ...
Sammy I.'s user avatar
  • 2,613
0 votes
0 answers
7 views

PWA: notification sound, vibration , sound reminders without user gesture

I am currently developping an ordering-management-system. I chose PWA mainly for budget and skills reasons. For this app, I need some important features to make sur the orders will be seen by the ...
Poumon's user avatar
  • 31
0 votes
0 answers
29 views

Pwa building using bubblewrap is getting error

I have given bubblewrap build command after generating android project (APP FROM PWA) from an existing keystore. But it throws error. I am not able to create new keystore. May be because my app is ...
Rejoy's user avatar
  • 1
0 votes
0 answers
25 views

Web push notifications no longer received after turning iPhone back on

I'm working on a PWA developed with Angular and using Firebase Cloud Messaging. Everything runs as expected when the device is on, notifications are received, showed and the app is opening when I ...
herve's user avatar
  • 590
-1 votes
0 answers
18 views

How can I fix the CORS error on serviceWorker.js?

I use the Cloudfare CDN for both domain. This is my serviceWorker.js /* Service worker */ const cacheName = "alessandro-tarparelli-site-v1" const filesToCache = [ "/test/PWA/", ...
a.tarparelli's user avatar

15 30 50 per page
1
2 3 4 5
376