Bug 282078
Summary: | macOS WKWebView does not support Apple Pay | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sam S <246g2wr4> |
Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | akeerthi, a_protyasha, feliziani.emanuele, karlcow |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Mac (Apple Silicon) | ||
OS: | macOS 15 | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=243423 |
Sam S
Background:
• In iOS 13, WKWebView was updated to support Apple Pay[1], provided that the web view does not have any WKUserScript instances attached and that it hasn't run any JavaScript via evaluateJavaScript.
• WKWebView on macOS (tested on macOS 14 and 15) does not support this, even when meeting the criteria that iOS WKWebView instances must pass in order for Apple Pay to be supported.
• This can be reproduced by visiting https://applepaydemo.apple.com in a WKWebView, where you see a warning that Apple Pay is not supported.
Objective:
• Allow Apple Pay to work inside WKWebView instances on macOS.
[1]: https://webkit.org/blog/9674/new-webkit-features-in-safari-13/
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
rdar://99749553
rdar://48046190