applepaydemo.apple.com - Firefox doesn’t support Apple Pay
Categories
(Core :: DOM: Web Payments, defect, P2)
Tracking
()
People
(Reporter: snegritas, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug, )
Details
(Keywords: webcompat:platform-bug, webcompat:site-report)
User Story
platform:windows,mac,linux impact:feature-broken configuration:general affects:all branch:release user-impact-score:30
Found in
- 132.0a1(2024-09-11)
Affected versions
- 131.0b4
- 128.2.0 ESR
Tested platforms
- Affected platforms:
- MacOS 15.0 beta
- MacOS 12.6.5
Steps to reproduce
- Open Firefox and navigate to https://applepaydemo.apple.com/
- Click on the "Pay" button at the bottom of the window.
Expected result
- A pop-up with a QR code should appear in the center of the screen.
Actual result
- The pop-up doesn’t appear after clicking the "Pay" button.
Additional notes
There are no errors in the browser console.
In Google Chrome browser the pop-up is displayed in the center of the window.
Comment 1•1 year ago
|
||
"ReferenceError: PaymentRequest is not defined"
Comment 2•1 year ago
|
||
(In reply to Olli Pettay [:smaug][bugs@pettay.fi] from comment #1)
"ReferenceError: PaymentRequest is not defined"
I saw this error in the console, too.
Updated•1 year ago
|
Comment 3•1 year ago
|
||
Not surprising to see a payment API demo fails as we don't support it.
Updated•1 year ago
|
Please rename this issue to something like "Apple Pay support" to make it easier for people to find it.
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•7 months ago
|
Comment 6•3 months ago
|
||
I am also seeing the Uncaught (in promise) ReferenceError: PaymentRequest is not defined error in the web console.
Worth noting, this behavior is the same even after enabling dom.payments.request.enabled in about:config. Mentioning because per the MDN PaymentRequest docs, one might assume that turning on this flag would allow the feature to work.
Description
•