Bug 282078

Summary: macOS WKWebView does not support Apple Pay
Product: WebKit Reporter: Sam S <246g2wr4>
Component: WebKit APIAssignee: 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
Reported 2024-10-24 20:15:39 PDT
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
Alexey Proskuryakov
Comment 1 2024-10-28 09:35:04 PDT
Note You need to log in before you can comment on or make changes to this bug.