42 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
141
views
PWA cannot enable app notifications in an Android TWA (Trusted Web Activity)?
Notification.requestPermission() in the PWA is not triggering the Android app / TWA to change Notificaitions to "granted" instead of "blocked".
Using the most recent version of ...
0
votes
0
answers
114
views
Trusted Web Activity shows "Running in Chrome" message despite Play Store installation
I'm publishing a Progressive Web App as a Trusted Web Activity (TWA) on the Play Store, but when users open the app, it still shows the "Running in Chrome" message. I’ve followed the documentation ...
1
vote
0
answers
48
views
what mean of this error "cli ERROR end of central directory record signature not found"
i want make a apk with bubblewrap
but when i run bubblewrap init --manifest example.com/manifest.json
show me this error
how can fix it?
Downloading JDK 17 to C:\Users\Abolfazl\.bubblewrap\jdk
...
1
vote
1
answer
250
views
Bubblewrap not generating assetlinks.json automatically
I'm using Bubblewrap to build a Trusted Web Activity (TWA) and expected it to generate the assetlinks.json file as part of the process. However, it doesn't seem to create the file.
Indeed, I used a ...
0
votes
1
answer
184
views
Bubblewrap fails with 'Could Not Reserve Enough Space for Object Heap' during gradlew assembleRelease
I'm trying to build a Trusted Web Activity (TWA) project using the Bubblewrap CLI on Windows, but I keep encountering an error when running the gradlew.bat assembleRelease command. Here's the full ...
0
votes
1
answer
165
views
Android PWA opens with the port 3000 when opening from Google Chrome
we are developing an application as a PWA, built with Bubblewrap, that we have in Google Play right now.
The problem is that for the testers who use Google Chrome as the default browser, the URL that ...
1
vote
1
answer
57
views
Call to Javascript "alert()" causes un-dismissible URL bar to appear
Normal usage of the my PWA does not show the URL bar, however once making a call to Javascript's alert() function, the URL bar displays and cannot be interacted with. Only leaving the app and coming ...
0
votes
1
answer
224
views
Native app converted from PWA taking only 12 characters for app name on Play Store and App Store
Recently there was a requirement where we needed to deploy an Android App(Converted from PWA using Bubble wrap) on play store.
While creating the Android package from the PWA site, in one of the step ...
2
votes
0
answers
358
views
Change location of android keystore for bubblewrap
We have used Bubblewrap to create a wrapper application for our progress web app, and we have successfully deployed it to the Google Play store. The original developer who created the wrapper app with ...
3
votes
2
answers
576
views
Consistent Google Play Billing error in TWA: clientAppUnavailable (Android 13, API 33 and above)
We recently released our TWA (our app) to customers and on day 1 are experiencing a very consistent issue with Google Play Billing. When we try to call getDetails() on a SKU as well as when we call ...
2
votes
1
answer
1k
views
What is the advantage of Bubblewrap VS Android native webview
What would be a practical advantage of using bubblewrap vs Android webview. What is the major difference between both.
2
votes
0
answers
429
views
Bubblewrap Cli Error unable to get local issuer certificate
I couldn't run the command
bubblewrap init --manifest="https://mydomain/manifest.json"
I got error
cli ERROR unable to get local issuer certificate
I tried to set false "strict-ssl&...
3
votes
1
answer
4k
views
What is the proper way to install bubblewrap for opam (ideally without admin priviledges)?
I am getting this error:
(iit_synthesis) brando9~ $ bash -c "sh <(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"
## Using already downloaded "/tmp/...
0
votes
3
answers
496
views
Bubblewrap CLI throws "ERROR spawn jarsigner ENOENT"
I am trying to make an initial build of a PWA (Progressive Web App) that is vanilla JS/HTML/CSS using using TWA (Trusted Web Activity) and Bubblewrap, but get the message cli ERROR spawn jarsigner ...
0
votes
1
answer
399
views
Get CustomTabsSession from Bubblewrap generated TWA
I create a TWA using Bubblewrap and the app works fine. Now I need to send a WebMessage and this can be done with CustomTabs, according to the documentation, but I don't know how to get the active ...