Contact emails
rou...@chromium.org, zk...@chromium.org
Spec
https://docs.google.com/document/d/1izV4uC-tiRJG3JLooqY3YRLU22tYOsLTNq0P_InPJeESummary
Web payments is a W3C standard API for e-commerce websites to collect payment information from users with user consent. This feature lets users pay using native Android payment apps.
Link to “Intent to Implement” discussion
https://groups.google.com/a/chromium.org/d/msg/chromium-dev/fsslHD1Gf88/K2KpikS6BwAJ
Is this feature supported on all six Blink platforms (Windows, Mac, Linux, Chrome OS, Android, and Android WebView)?
No. Android only, because these are Android payment apps talking to Chrome via Android intents. No WebView support because WebView cannot show Chrome user interface, which is required to get user consent for web payments.
Demo
1) Install BobPay.apk on your test device.Debuggability
Use this command to find out why an app is not showing up in web payments UI:
$ adb logcat | grep cr_ | grep -i Pay
Interoperability and Compatibility Risk
Risk is low because other browsers have not implemented yet. We are working close with a number of payment app partners to perfect the APIs always with backwards compatibility in mind.
Edge: No signals.
Firefox: No signals.
Safari: No signals.
Web developers: No signals.
Payment app writers: Positive.
Launch tracking bug
Entry on the feature dashboard
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
Hey, just a few slightly naive questions:1) Is this introducing any new API surface? (I found it hard to determine quickly from the document).
2) Has this / should this go through TAG review? (This is now part of the standard blink shipping process).
3) Should this exist in a proper spec in WICG or similar? I.e. is it reasonable that firefox or another android based browser would want to implement this?
On Tue, Mar 14, 2017 at 5:32 PM, Ian Kilpatrick <ikilp...@chromium.org> wrote:Hey, just a few slightly naive questions:1) Is this introducing any new API surface? (I found it hard to determine quickly from the document).No.