I've followed this doc to
- Create a wrapper Android app based on this sample project for my UI application which runs in non-public domain in our corporate servers.
- Add assetlinks.json in my Angular 6 PWA application, with SHA256 fingerprints of my release key.
- Deployed the signed apk to a
Android 4.4.3
device runningChrome Dev 69
andGoogle play services - 12.8.74
.
When I run the application, everything works fine except hiding the address bar, which makes it as a regular custom tab and not the "Trusted web" content.
I don't see any error in the log and not sure how to debug this scenario. Any help on this is appreciated.