André Cipriani Bandarra
André Cipriani Bandarra
Have you checked out [TwaProviderPicker](https://github.com/GoogleChrome/android-browser-helper/blob/main/androidbrowserhelper/src/main/java/com/google/androidbrowserhelper/trusted/TwaProviderPicker.java)? Despite the name, it should also work for Custom Tabs, as package name supporting `LaunchMode.TRUSTED_WEB_ACTIVITY` will also support `LaunchMode. CUSTOM_TAB ` (one is a superset...
@dominickng FYI
What @PEConn said, where`com.mytwa.app` is the package-name for the TWA.
@rockeynebhwani this seems to be the case on Chrome OS only. On Android, the referrer is working as intended.
@rockeynebhwani is this on Chrome OS only or on Android as well?
@rockeynebhwani Sorry, I got confused as this issue is about the Chrome OS referrer. I was not aware of the change. @PEConn may know more. Having said that, I do...
@dazbradbury, thanks for filing this. I watched the screencast. Once the Trusted Web Activity is opened, the rendering is provided by Chrome itself and that's what is crashing, not the...
@dazbradbury can we ask the user to follow-up on bugs.chromium.org? Ideally, we'd move the conversation on this bug to there and close the one here (so we avoid it being...
@dazbradbury, thanks for the follow-up. This is indeed a crash happening in Chrome itself (opposed to this library) - I'll bring this to attention to the right people. It seems...
On the normal flow, the browser will validate Digital Asset Links. In this case, everything is happening in the same application. Should the Support Library perform the validation in this...