You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a quick sanity check. My project needs to add Apple Pay/Google Pay. Our payment processor only offers a hosted payment control. Our working assumption is that we would host their control in an iFrame and use HybridWebView to interact with the plugin. The Xamarin app will need notifications that the payment was processed (order complete) and handle any errors returned. Is that a good use of this control? Note that the iFrame will be Next.js code. And we are well aware that Apple and Android do not have WebView2 supported (unlike UWP) so this js function will not work window.external.notify(message);.
The text was updated successfully, but these errors were encountered:
Just a quick sanity check. My project needs to add Apple Pay/Google Pay. Our payment processor only offers a hosted payment control. Our working assumption is that we would host their control in an iFrame and use HybridWebView to interact with the plugin. The Xamarin app will need notifications that the payment was processed (order complete) and handle any errors returned. Is that a good use of this control? Note that the iFrame will be Next.js code. And we are well aware that Apple and Android do not have WebView2 supported (unlike UWP) so this js function will not work window.external.notify(message);.
The text was updated successfully, but these errors were encountered: