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.36k stars 161 forks source link

dont show browser address bar after install #829

Open vahidalvandi opened 1 year ago

vahidalvandi commented 1 year ago

Screenshot_20231008_085124_Chrome

I want the app to not look like a browser

MaheshBabu11 commented 8 months ago

I think you can configure "display": "standalone" in your manifest.json file to achieve that.

vahidalvandi commented 8 months ago

I think you can configure "display": "standalone" in your manifest.json file to achieve that.

What should I do to solve the problem?

SamLoys commented 8 months ago

What should I do to solve the problem?

Do not forget to host your asset link file. https://developer.chrome.com/docs/android/trusted-web-activity/quick-start/#creating-your-asset-link-file