Questions tagged [pwabuilder]

If you've got specific questions our issues while using the open-source PWA Builder project hosted on https://www.pwabuilder.com, please use this tag.

You can also open issues on the official repo: https://github.com/pwa-builder/PWABuilder/

35 questions
7
votes
1 answer

allow-navigation isn't taking precedence over allow-intent on iOS

I generated an iOS and Android Pollyfill for my PWA app with PWAbuilder. It is working great on Android, but I'm running into an issue on the iOS one. I want external links to open in the external browser, so I added this allow-intent:
Pablo Cantero
  • 6,239
  • 4
  • 33
  • 44
4
votes
1 answer

Creating native Android push notifications for App built with PWA builder

Successfully created an Android app of my PWA using PWA builder. Also Added web push notifications with the Service worker and web Firebase messaging API. But due to certain shortcomings of web push notifications, I want to use the native push…
UpaJah
  • 6,954
  • 4
  • 24
  • 30
3
votes
1 answer

How to do Digital Asset Links Verification on the sites that does not give an access to root folder like Shopify?

I have generated a PWA of my Shopify site. Now, I want to upload it on the Google Play Store, so I used PWABuilder to create my app package. I have successfully completed all the steps and generated the store package. Now, As suggested here to work…
3
votes
4 answers

Is there a way to submit a reactjs PWA on Google Play?

I want to use the "Write once, run everywhere" So I created a PWA in reactjs with create-react-app. My app works greatly, and I can put it on the home screen of my mobile from the website. However, I want to be visible on mobile stores too (starting…
2
votes
0 answers

Android - How to Open PWA external links in the default browser, not in the same app?

I have built a PWA and works fine. I even created its APK using PWA Builder and deployed it to the Play Store. However, I noticed that all external links are open in the same app, and this is breaking its expected behavior because they should open…
Federico Navarrete
  • 3,069
  • 5
  • 41
  • 76
1
vote
1 answer

PWA Building Best Practices: Determinsitic Updates Android

I just built my first PWA from an existing website, using PWABUILDER and not able to figure out how to handle updates after installs. Currently only deterministic way of updating the PWA, is by uninstall & reinstalling. As per web.dev, it's very…
aLamp
  • 59
  • 1
  • 12
1
vote
1 answer

PWABuilder - Android Store Package issue

This issue is not related to pwabuilder -> Building Android PWA APP but sort some issue after it is built. OK here is the working fine example. I install app (Add to home screen) from chrome Share target works fine Also I can view app in…
1
vote
0 answers

PWABuilder logs errors even with the example code

I'm trying to set up a service worker to allow my PWA to work offline. I'm using PWABuilder with the "Offline copy with Backup offline page" strategy. I've followed all the instructions, with the only change to either script being to ensure the URL…
1
vote
1 answer

PWA builder: How to update existing app with Android Package Options

Am using https://www.pwabuilder.com/ to generate .apk file for uploading to Google Play Store. Was able to successfully Create New and add PWA for first time to the Play Store, however some updates have been made and now need to update the PWA with…
allenski
  • 1,652
  • 4
  • 23
  • 39
1
vote
0 answers

How to upload App Bundle to the Play Store while opting out of signing?

I am attempting to use https://pwabuilder.com to generate an Android App Bundle for my website and upload it to the Google Play Store. I have been following the instructions listed here exactly:…
Ryan Peschel
  • 11,087
  • 19
  • 74
  • 136
1
vote
1 answer

Unable to get the "Install" option for the PWA

I am trying to make my website as PWA and got the ServiceWorker integrated into it. The ServiceWorker is registered properly as I am able to see the "offline" capabilities. The problem though is that I am unable to get the "Install" button for…
kcak11
  • 832
  • 7
  • 19
1
vote
1 answer

How can I debug why my progressive web app PWA wont convert into an android apk

I am trying to convert my PWA website into an Android apk file to distribute in the Google Play store but cannot generate an apk file using either Bubblewrap or PWABuilder. The url for my PWA is https://www.stephengarside.co.uk . I am running the…
Stephen Garside
  • 1,185
  • 10
  • 15
1
vote
0 answers

Current and working instructions for generating PWAs for Windows 10, Android and iOS?

I'm trying to use Microsoft's PWA builder which seems to be a take over of manifoldJs of which the Microsoft documentation still exists for. But it doesn't work at all. It's like they've completely given up on this tool. When you run the tool it…
James Hancock
  • 3,348
  • 5
  • 34
  • 59
1
vote
1 answer

Add "update available, please refresh" prompt to PWABuilder Cache-first service worker

I'm making my website offline first with service worker. I want to prompt user to refresh the page when updated content is available. I want users to know that they are viewing outdated contend, so they can get latest content by refreshing the…
1
vote
1 answer

PWA: How to store pdf in local storage or local device with Javascript/HTML 5?

I am setting up a progressive web app with PWA Builder. I need to download pdf, once I Progressive web app downloaded on the local device after disconnected internet than I check again click to the link of pdf for downloading. I tried but the PDF…
1
2 3