I didn't used google tag manager url in my code but it still shows the ERROR and HERE is the Error.
ERROR
Refused to load the script 'https://consent.trustarc.com/v2/notice/jznryc' because it violates the following Content Security Policy directive:…
We have a TWA/PWA in the Play store. We want to start selling Play subscriptions through our app.
We followed the Chrome Developer guides to implementing the necessary steps in the Android project and the PWA. We also checked our code against the…
i,m using (trust web activity) to loading a web page
when user clicked on the microphone icon to recording an bib voice started to playing
how i can mute this sound
there is the video of bib sound:
https://anonfiles.com/O31e36A3y6/11_mp4
I'm working on a script that analyzes the AndroidManifest.xml of decompiled apps and detects if they contain a TWA or not.
Is there a better approach for detecting a TWA than analyzing the AndroidManifest? I'm currently checking if the below…
I was trying to build with bubblewrap and I couldn't find an answer anywhere. it says that outofmemory error
cli ERROR Command failed: gradlew.bat bundleRelease --stacktrace
FAILURE: Build failed with an exception.
* What went wrong:
unable to…
I have an web app in development to which I am trying to add Google Play Billing on Android and Chrome OS. My implementation is basically the same as in Google's own documentation, however it fails at the point of acknowledging the purchase after…
I have created an app successfully and applied PWA.App-based on MERN Stack + Next js.
How to convert PWA To TWA? I want to show this app on the google play store.
Creating a PWA to publish on google play store. The apk generated using the bubblewrap cli is installing fine, but opens like a regular website in google app rather than a standalone app. It has a url bar at the top. Please refer to the…
I have a working TWA on Play Store (website reference) that I’m trying to update for enabling it to handle google play digital goods payments. I’ve already implemented an in-app purchase using stripe. When I submitted a simple update to the app…
I Have a PWA (also TWA) that is used as full screen to get the most space out of the device (used in landscape), I can't 100% reproduce the bug, but sometimes when i press the inputs and keyboard shows up, whenever i close the keyboard, the viewport…
I'm implementing Trusted Web Activities in my Android project,
and as I understand it keeps data synchronised with Chrome.
Is there a way to make data used inside the app private and not saved -like form fields and history- ?
Problem: Attempting to read accounts created via AccountManager API in Android via a TWA LauncerActivity.
I'm aware that some native functionality isn't possible in Android, and if I am attempting something that is impossible please link me a…
My twa works correctly but cookies not working.
I have created a remember me login, if I use the browser or pwa works fine and cookies are created. Is it possible that twa does not work with cookies? I have seen other twa's working with remember me…
I'm creating a TWA using bubblewrap out of my PWA. While the app is open, we need to track the users location to notify them when they're near the destination.
Can a PWA wrapped as a TWA, downloaded from Google Play, can still run when the phone…