GoogleChromeLabs / bubblewrap

Bubblewrap is a Command Line Interface (CLI) that helps developers to create a Project for an Android application that launches an existing Progressive Web App (PWAs) using a Trusted Web Activity.
Apache License 2.0
2.29k stars 152 forks source link

Address Bar after using external Link. #812

Closed Globalrun closed 11 months ago

Globalrun commented 1 year ago

Our wrapped app runs without address bar. We have links to external sites. Does open with the address bar (like they should), but every other time, when we close the external site, the address bar opens up in our app. It works perfectly if we install die app as PWA. It's a Angular App and we open the link with nativeElement.click().

andreban commented 1 year ago

Hey Bruno, the address bar behaviour is implemented by the browser. The application created by Bubblewrap is not involved anymore at this point. Assuming this is Chrome, the best approach is filing a bug on https://bugs.chromium.org/p/chromium/issues/list and setting the UI>Browser>Mobile>TrustedWebActivities component.

andreban commented 11 months ago

Closing as unfeasible, as this seems like an issue in the browser, not Bubblewrap.