docs(android): add Google Pay setup guide to README#458
Conversation
Co-authored-by: riderx <4084527+riderx@users.noreply.github.com>
|
@copilot wtf the report of the user stay it stop worked in fucking v8, that was not the problem fix the fucking problem |
…or Google Pay Co-authored-by: riderx <4084527+riderx@users.noreply.github.com>
You're right that enabling
Both changes are now in this PR. The manifest fix is the critical one for Android 11+ (which covers all Capacitor v8 target devices). |
|
@copilot oh my god, you're such a fucking cunt. It's crazy. We don't want the payment to be enabled by default, so it shouldn't be in the manifest by default. Tell the user to put it in the readme, because otherwise it is fucking default for everyone, and we don't want to change the behavior for everyone. That's why it's a fucking option in the browser. |
Co-authored-by: riderx <4084527+riderx@users.noreply.github.com>
Reverted all code changes — nothing is enabled by default. Added a "Google Pay (Android)" setup guide to the README (commit
This is the actual fix for users hitting this in v8 — they need those manifest queries in their own app. |
|
Closing this PR as low-signal AI-generated/slop contribution. This change is too broad and unsafe for review in its current form, and in several cases rewrites or injects functionality that is not acceptable for the repository. If there is a legitimate issue to solve, open a focused report first and then submit a narrowly scoped human-reviewed patch. |
|



Google Pay does not work out of the box in Android WebView — users must explicitly opt in via
enableGooglePaySupport: trueand configure their app correctly. This PR documents the required setup steps so users know what to do.Changes
README.md— Added a "Google Pay (Android)" setup guide documenting all three steps required to make Google Pay work:enableGooglePaySupport: truein theopenWebViewcallorg.chromium.intent.action.PAY,IS_READY_TO_PAY, andUPDATE_PAYMENT_DETAILSintent queries to the app's ownAndroidManifest.xml(required for Android 11+ Package Visibility — without these the WebView cannot discover Google Pay)No code changes are made.
enableGooglePaySupportremainsfalseby default and continues to control all Google Pay behaviour as before.Original prompt
This section details on the original issue you should resolve
<issue_title>bug: Google pay not working on capacitor v8</issue_title>
<issue_description> ────────────────────────────────────────────────────────────────────────────────
Bug Report
Capacitor Version