Open matteoSANE opened 6 months ago
Unfortunately Google Pay is not supported inside webviews on mobile. We've passed the feedback on to Google who is aware of the limitation and working to address it.
Hi @kiftio has Google shared any timeline with you?
We are looking into this. I promise 😉 Unfortunately I can't give you a timeline at the moment.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in 30 days. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please re-open it if it is still relevant.
Could we please reopen this one?
FYI we are working on it!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in 30 days. Thank you for your contributions.
Does "working on it", mean the intent is to support Google Pay within WebView?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in 30 days. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please re-open it if it is still relevant.
Can we please reopen this?
What area is the issue related to?
Checkout Sheet Kit
What version of the package are you using?
2.0.1
Do you have a minimum reproducible example?
I want to present a native checkout dialog in my Android application with this line of code
ShopifyCheckoutSheetKit.present(checkoutUrl, context, checkoutEventProcessor)
The dialog opens properly but the google pay button doesn’t appear even though it’s one of the payments option and I'm able to see it in the web checkout page loaded on the browser.
Steps to Reproduce
Get a valid checkout url. Open a native checkout dialog using the present function.
Expected Behavior
I want to see the Google Pay express checkout button on top of the native checkout dialog and place the order using this payment option.
Actual Behavior
The native checkout dialog opens correctly but the google pay button doesn’t appear
Screenshots/Videos/Log output
Storefront domain
No response