progressive-web-apps Questions
4
Solved
I am creating a React JS web app which will eventually be converted to a PWA so that the users can install it on their mobile devices. Now the client ask to find out a way to push these PWA apps to...
Sitka asked 4/11, 2019 at 8:43
2
Solved
I would like to read a cookie within my service worker to use it when setting up my caches, but can't find any way of doing it.
Is there any way of doing that, or will I need to duplicate cookie d...
Censer asked 17/2, 2016 at 3:50
12
Solved
I'm attempting to make a PWA and nothing seems to make the install as web app button appear on my site.
The install button looks like the following and it shows in the address bar:
It shows up whe...
Nival asked 21/11, 2019 at 23:9
1
I have built a "PWA" that seems to be working properly on desktop environments. I can install it on my desktop PCs and Mac without any problem:
Additionally, the requirements are also me...
Supernova asked 10/5, 2021 at 14:51
2
I have an Ionic/Angular PWA for a project, which has a native (Ionic Cordova) app as well for mobile. On the app we need to accept deeplinks that will have the same URL as the PWA (so you can acces...
Glutton asked 17/7, 2020 at 21:12
7
Solved
Hello I'm trying to install a custom PWA "Add to Homescreen".
The ServiceWorkerRegistration is successful.
But the function beforeinstallpromp is not calling after register.
<script type="tex...
Fecula asked 8/6, 2018 at 14:15
4
I'd like to install PWA from https://carbon.now.sh/ automatically.
It seems chrome has some commands like
https://www.ghacks.net/2013/10/06/list-useful-google-chrome-command-line-switches/
howeve...
Riposte asked 16/4, 2020 at 4:32
4
Solved
I am trying to build a PWA (Progressive Web App) but the Chrome devtools console is warning that it is blocking my css and icon file.
Request was blocked by DevTools: "https://example.com/styl...
Unaneled asked 5/1, 2020 at 9:12
2
Solved
When I built my angular project with angular/pwa and tested it on local server using http-server, it was working as expected. Even offline caching is working fine in local.
But when I've deployed ...
Baelbeer asked 10/6, 2019 at 5:34
6
I am making a PWA and I am trying to display splash screen.
I was following this tutorial:
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/Co...
Demolition asked 13/7, 2018 at 16:5
3
I'm developing a gatsby theme/starter for PWA's, but I can't seem to get rid of the following console warning:
The resource https://davidde.github.io/gatsby-starter-simpwa/page-data/offline-plugin...
Washcloth asked 8/1, 2020 at 1:15
1
Is it just me, or is there a bug in Safari on iOS 17 where the event listener added by window.matchMedia("(prefers-color-scheme: dark)") is not triggered? There was no such issue in Safar...
Aril asked 9/11, 2023 at 4:19
4
Solved
I'm developing an application using mongodb, Node.JS and PWA. In the first step of developing I don't know what is the difference between manifest.json
and manifest.webmanifest.
Volsci asked 1/9, 2018 at 14:54
6
Solved
I'm developing a PWA with VueJS. I started testing my application in real devices (Add to home screen). My application is intended to be 100% height, as it displays a map as you can see:
It seem...
Billboard asked 10/8, 2018 at 14:25
5
Solved
I see push notification for Facebook web in chrome only when I open chrome. I know that this notification are sent through service worker. I am wondering whether this background sync goes on even t...
Mail asked 29/8, 2016 at 7:50
2
I have a pwa and with localhost I can install on desktop, but I can't with my samrtphone andorid. Is it possible install a pwa without upload in a http server?
UPDATE:
I founded a work around that...
Hallucinate asked 9/11, 2018 at 22:46
3
Is there any way now to specify that an SVG icon in "manifest.json" for a PWA should be used for all possible sizes? (Chrome/chromium is my main target now. Firefox will hopefully follow....
Basal asked 10/7, 2020 at 0:11
3
I have a Vue Cli 3 project with @vue/cli-plugin-pwa plugin installed and configured (in vue.config.js), but when I run vue-cli-service build --modern no manifest.json is generated based on my confi...
Bengal asked 25/11, 2018 at 1:33
5
Solved
Our site uses PWA so that the visitor can choose to Add to Home Screen (A2HS). However, from Google Analytics data, the Dismiss rate is too high compared to Acceptance rate.
We plan to make the UX...
Fortunna asked 18/5, 2018 at 3:38
2
I am building a dynamic progressive web app. Due to this the Icons have to be able to change. For this I have a public S3 bucket that I am pointing to in the manifest.json file.
Here is what that ...
Macneil asked 24/6, 2019 at 14:24
3
Solved
Im trying to understand the difference between skipWaiting and clientsClaim. In my understanding: calling skipWaiting will cause the new service worker to skip the waiting phase, and become active ...
Sommerville asked 20/9, 2019 at 11:17
3
Solved
What's kind of type I should use when using beforeinstallprompt event?
I tried BeforeInstallPromptEvent type, but gave me an error:
export class PwaService {
//promptEvent: BeforeInstallPromptEv...
Azotobacter asked 24/7, 2018 at 16:44
2
I have a Next.js application and I use next-pwa for the Offline Mode. Now I want to add push notification (OneSignal solution), I've seen many articles/tutorials, and they all require to create/upd...
Neocolonialism asked 30/5, 2021 at 12:48
8
Solved
I'm having a hard time integrating angulars service worker into my application. I followed the guide and it works so far. I can create a shortcut on my homescreen and launch into my app. The proble...
Vail asked 21/6, 2018 at 12:44
1
Solved
I'm developing a Safari web app on Mac (created by File → Save to Dock). I encountered a few bugs that only occur in the web app, not in the website version. It seems I can't open the web console i...
Brothers asked 6/1 at 4:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.