angular-pwa Questions

5

Solved

Now I know there are a million posts about No Provider for such and such service, I know it needs to go in the providers please read my entire post. Basically I am trying to use SwUpdate to check ...

2

I've built a simple Angular 6 application and integrated Universal into it by following this tutorial: Angular Universal Tutorial Link to GitHub repo that I created: Angular Universal SSR GitHub R...

2

I have a problem with @angular/pwa. when I am building in production mode I am not getting ngsw-worker.js and ngsw.json files in my dist folder. the pwa version am using is: @angular/pwa: ^0.13.8...

2

Solved

I am working on an angular PWA application. So I added an npm package by ng add @angular/pwa. It is added successfully with no errors. The generated Manifest is working fine. But I am facing issu...

0

When I serve the web-app on port 3330, I can make the webapp working on port 3333 using --proxy ./src/proxy.config.json, but I don't know how to make http-server to make to work at the same way &qu...
Salesclerk asked 21/6, 2020 at 21:15

0

I have created an application using angular PWA and it has a barcode scan functionality. It's working fine in ios but the problem is that every time use comes on this page it's asking for camera pe...
Colorimeter asked 22/4, 2020 at 13:19

3

I think we found a regression in iOS 13.2/13.3 in regard to PWAs running in standalone mode. Since on iOS PWA cannot access getUserMedia() we rely on the capture attribute on the HTML5 input tag t...
Ettaettari asked 9/12, 2019 at 18:53

1

Solved

I want to build a PWA with capability to connect with "regular" bluetooth, not with Bluetooth Low Energy (BLE). Is that possible ?
Military asked 8/1, 2020 at 19:49

2

Solved

I have created a PWA using Angular guidelines. I am facing problem intercepting the app install banner. I am using this code to defer it to a later point: let deferredPrompt; window.addEventListen...
Tallou asked 13/2, 2019 at 15:10
1

© 2022 - 2024 — McMap. All rights reserved.