-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't workingreact-native-webviewreact-native-webviewreact-native-webview
Description
Google pay is not working in android device. I have tried react-native-webview/react-native-webview#920 (comment) this solution but no effect in android.
Stripe preview is working well in chrome with in the same android device. Is there anything I am missing, even from Stripe dashboard.
Please find my code below:
<StripeCheckout
stripePublicKey={STRIPE_PUBLISH_KEY.PUBLISH_KEY}
checkoutSessionInput={{
sessionId: checkoutId
}}
onSuccess={() => {
paymentSuccess();
}}
onCancel={() => {
navigation.goBack();
}}
options={{
htmlContentLoading: '',
htmlContentHead: ''
}}
renderOnComplete={() => <></>}
onNavigationStateChange={() => {
setIsPaymentSuccess(true);
}}
/>
Versions using:
react-native: 0.64.0
react-native-webview: 11.0.3
react-native-stripe-checkout-webview": 0.0.12,
Thanks
hussainimdad004
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingreact-native-webviewreact-native-webviewreact-native-webview