expo-stripe-checkout icon indicating copy to clipboard operation
expo-stripe-checkout copied to clipboard

Question about Android + Stripe in webview

Open JackSlaterIV opened this issue 5 years ago • 1 comments

Hi guys, First excuse me if I ask this here. Is this solution supposed to work fine in Android? I read that "Stripe checkout does not work on Android WebViews, but it does work on iOS UIWebView": https://stackoverflow.com/questions/37297962/stripe-checkout-not-working-in-android-webview Thanks for any feedback.

JackSlaterIV avatar Oct 15 '19 10:10 JackSlaterIV

That was it, perfect ! Just had to add originWhitelist={["file://"]} to my webview !

Muhammad-Wasi avatar Apr 12 '20 16:04 Muhammad-Wasi