-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Pay not working in ionic capacitor app #350
Comments
please let me know if i am doing wrong somthing |
@rdlabo anyone please help |
I came to know that it look like google pay luncher issue that blink but does not show on screen ,any fix |
Sorry for the delay, most likely the settings in strings.xml and AndroidManifest.xml are wrong. Or you don't have Google Pay configured on your device. First, check availability with |
I encountered the problem that Stripe.isGooglePayAvailable() always gives an error. When debugging, I found that this block of code in the capacitor-community-stripe plugin:
My android emulator device already setup Google Pay. It works with OloPaySDK. |
Platform
Describe the bug
i am using ionic capacitor and want to integrate google pay using that plugin but as i click button to present google pay screen blinks and nothing happen no dialog for google pay form.
//variable.gradle
ext {
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 33
androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0'
androidxCoreVersion = '1.3.2'
androidxFragmentVersion = '1.3.0'
junitVersion = '4.13.1'
androidxJunitVersion = '1.1.2'
androidxEspressoCoreVersion = '3.3.0'
cordovaAndroidVersion = '7.0.0'
stripeAndroidVersion = '20.41.0'
}
//below is buttons code
async createGooglePay() {
}
async presentGooglePay() {
return Stripe.presentGooglePay();
}
To Reproduce
Expected behavior
it should display google pay form
Screenshots
Additional context
Add any other context about the problem here.
Usage Product
If you adopt this plugin, please let us know which product you are using.
Product Name:
Product URL :
Using Function:
The text was updated successfully, but these errors were encountered: