André Cipriani Bandarra
André Cipriani Bandarra
My suggestion is to prefix the demo with `cct`, to keep it consistent with the TWA demos, which are prefixed with `twa`. Eg: `cct-postmessage`.
We don't have an update on postMessage for Trusted Web Activity. Even though we constantly re-evaluate postMessage for Trusted Web Activity, the overall the goal is to use Web Platform...
Have you tried enabling notification delegation? See this [demo](https://github.com/GoogleChrome/android-browser-helper/tree/main/demos/twa-notification-delegation).
Would you have the list of devices and Android versions from the Google Play console where those issues are happening?
From your stack traces, you seem to be using the custom-tabs-client library, not android-browser-helper. Please, [migrate to android-browser-helper](https://developers.google.com/web/android/trusted-web-activity/android-browser-helper-migration) to get the latest features / bugfixes.
To my knowledge, there's no way to know that the Service Worker was successfully installed from the host app, so we just trust that `launchTwa()` launched **something** - Either the...
> I am not able to exit TWA's activity(WebView), i have a scenario where user needs to send feedback with phone shake gesture, i will listen sensor in native code...
@PEConn does #28 close this or is further work needed?
We don't have plans on converting the samples. Adding a separate set of samples on Kotlin could be an option.
Trying to access https://qwerty.com/.well-known/assetlinks.json says the site is offline. The screenshot also seems to point to https://custom-tabs-custom-he.glitch.me/, which is not the site being validated. You should open a URL in...