I am trying to develop a app which will be a one stop destination for various ecommerce apps and social networking apps. Ofcourse all that apps are PWA, however these PWA has to be integrated inside the primary apk with designated icons for each…
I would like to pass FCM token in the start url. My code doesnt work everytime, i think needs a delay but i cant handle it.
Below code doesnt work every time because sometimes the TWA launches before the firebase connection has been made:
public…
I am trying to call android shell app native function from a trusted web activity in a PWA.
I know that we can do this for webviews using @JavascriptInterface notation, but couldn't find any information if same can be done for trusted web activity…
I have created a Trusted Web Activity. In order to hide some html content i have modified "startUrl": "/?utm_source=trusted-web-activity".
I check for this query param and i save it in sessionStorage ( i dont use localStorage because it is shared…
I need help regarding Trusted Web Activity. My app works fine, but I need to add a function that keeps the screen awake without user interaction.
I am converting my website into a mobile application using Trusted Web Activity through Android Studio,…
I have problems trying to launch another activity from the TWA via the intent URI.
"intent://#Intent;scheme=subscriptionschemetwa;package=com.package.www.twa;end"
The package name is unique in reality, of course.
I've played around with them, added…
I'm trying to publish my PWA Google Play but I can't get it hide address bar in Chrome when the app is open.
It seems that a file needs to be added to the server and I do it
https://crux.commonms.com/ppo/.well-known/assetlinks.json
with the…
I have asked a question in Hide div in a Custom Tab opened from a Trusted Web Activity
Let me explain a little bit more.
My twa website is https://www.monsoonmalabar.com/
In the above site there is a link to external site which is…
When I download a TWA built like this project (https://github.com/GoogleChromeLabs/svgomg-twa) on Chromebooks it only launches the URL inside the Chrome browser and not as a standalone webview. If I install as a PWA then it runs correctly inside a…
The website I am redirecting to takes a few seconds to load due to runtime activities. During the load, if I try navigating back to the main activity (on pressing the back button on my android phone), the URL of the website is revealed (for a brief…
I've followed this guide (https://developers.google.com/web/android/trusted-web-activity/quick-start) to build a TWA app, but I need to hide the android soft navigation bar (not the URL bar).
I found this…
I prepare apk and upload to Google Play.
When I first run it on phone I receive message: Open in Chrome and button - OK. Can I hide this message on first run? I cannot find solution for that.
I am using GoogleChromeLabs/svgomg-twa as a base for a radio streaming website.
The problem is that the audio stops streaming after the app is held in the background for around 15 minutes.
Is there a way to set the WAKE_LOCK or keepScreenOn…