Dominik Mengelt
Dominik Mengelt
Hi @j-flat I faced the exact same issues as you and did the following things to resolve it: **1. Update the CA certificates on EdgeOS so that you don't have...
You can copy the value of the certificate to an online base64 decoder and it will show you the name
@j-flat did it work?
@nahoj74 nice! glad it worked for you.
#143 now merged. triggering a "rebase and merge" on this PR.
Hello @asha-tech Are you able to share a link to a reproducer? For me it works here: https://stackblitz.com/edit/google-pay-angular-dr6rne Does it only occur on iOS safari?
Duplicate: See https://github.com/google-pay/google-pay-button/issues/132
@beliven-davide-lorigliola Google Pay is currently not supported in Android WebViews. Thats why you see this error message. Please try to use a [CCT](https://developer.chrome.com/docs/android/custom-tabs) or [TWA](https://developer.chrome.com/docs/android/trusted-web-activity) in order for Google Pay...
Could you quickly try with `this.browserTab.openUrl(url)` where the `url` is https://gpay-live-demo.web.app. Does Google Pay work if you click the button?
What is actually the url you intercept?