- 
                Notifications
    
You must be signed in to change notification settings  - Fork 64
 
Description
Description
Hi,
We have upcoming MAUI project deadlines for implementing Google Pay (hosted WebBrowser) into our MAUI .NET9.0 targetting Android API 35 App which will require us to use AndroidX.WebKit (so we can set appropriate options in UIWebView as per article at https://developers.google.com/pay/api/android/guides/recipes/using-android-webview#enable-payment-request-api ) .
The NuGet REPO is only showing net8.0-android34.0 and net10.0-android36.0 support however - no net9/android35 combination.
Is it possible to get updated packages for this configuration?
Also, curious to know if anyone here has successfully implemented GooglePay support in a hosted MAUI WebView and has any tips for this?
I have declared the Google Pay intents in the AndroidManifest, Previous attempts with trying to do the WebSettingsCompat.SetPaymentRequestEnabled(settings, true) code didn't seem to make it work properly - but it was with an older Xamarin.AndroidX.WebKit release from 2 months ago.
thanks in advance!
Niall