[w3c/payment-handler] navigator.credentials.get does not resolve promise when called from the window opened by PaymentRequestEvent.openWindow (#390)

First issue creation for me: sorry if it's not the correct place to create it but I can't tell where the issue origin lie and identify a specific thematics...

With Chrome, my existing web payment app demos that used to call webauthn API for user authentication don't work any more. I've tried to find the reason why and finally noticed the following behaviour :

- When called from a page loaded in the browser main window, navigator.credentials.get() contained in my code resolves a promise
- The same page called from a window opened by PaymentRequestEvent.openWindow causes the promise pending and never be resolved.

Any idea about the cause ? a new flag to set in chrome, chrome updates linked to SPC, webauthn or payment handler ...



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/issues/390

Received on Wednesday, 2 June 2021 15:32:14 UTC