- From: Rouslan Solomakhin <notifications@github.com>
- Date: Tue, 08 Dec 2020 13:03:00 -0800
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 8 December 2020 21:03:25 UTC
> Is it possible to cover this case in a future version? Yes, that seems like the most natural approach, so that's what browsers should be doing, ideally. > What about retrieving of credit card /saved billing address information from Chrome within custom Payment Web App? Is it possible? That can be done by utilizing autofill on your page. That is, show a `<form><input type="text" name="cc" id="cc" autocomplete="cc-number"></form>` in your payment handler. Then browsers should give the user the ability to autofill their cards into the 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/379#issuecomment-741027089
Received on Tuesday, 8 December 2020 21:03:25 UTC