python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Allow external, not-owned origins to be trusted in Android TWA
I am developing an app that uses a TWA activity to show the login screen (and perform login using OAuth2).
Currently, the login is entirely handled inside our own server, so the TWA hides the navigati...

LoPiTaL
Votes: 0
Answers: 0
How to install a PWA with Android WebView/TWA
Scenario
I have an existing native android app in which I want to add some new features. These features have already been implemented as a PWA because some users needed to use them directly from the w...
David Márquez Fàbrega
Votes: 0
Answers: 0
How to build multi-origin Trusted Web Activity with a wildcard for subdomains
Given a web application with multiple sub-domains. The user is able to navigate from one subdomain to another. The number of subdomains is not fixed (a new subdomain can be created during the user reg...
Sergey Shipitsin
Votes: 0
Answers: 1
bubblewrap init throws -bash: bubblewrap: command not found
I am building a PWA and following this tutorial to create a TWA. npm i -g @bubblewrap/cli runs fine. When I run
bubblewrap init --manifest=http://localhost:8000/static/manifest.webmanifest
or
bubblew...

WhooNo
Votes: 0
Answers: 1