android-browser-helper icon indicating copy to clipboard operation
android-browser-helper copied to clipboard

Trusted Web Activity not removing URL bar

Open maddymvn opened this issue 3 years ago • 2 comments

The URL bar not showing when we set the Samsung browser as default. if we chrome or firefox we can able to see the URL bar.

I used the below intent for customtabs customTabsIntent.intent.putExtra(EXTRA_LAUNCH_AS_TRUSTED_WEB_ACTIVITY, true)

We successfully configured the digital asset links and tested with the ([https://developers.google.com/digital-asset-links/tools/generator]) it is working fine.

and we configured the same in the AndroidManifestfile also like below.

image

maddymvn avatar Feb 12 '21 09:02 maddymvn

Verifica a sha256 com o aplicativo asset link tools!!!

SrFortes avatar Apr 09 '21 00:04 SrFortes

Do check the docs and video linked here: https://developer.chrome.com/docs/android/trusted-web-activity/integration-guide/#link-site-to-app

andreban avatar Apr 09 '21 08:04 andreban