ezet / stripe-sdk

A simple and flexible Stripe library for Flutter with complete support for SCA and PSD2.
https://pub.dev/packages/stripe_sdk
Other
137 stars 137 forks source link

[Android 10] webview issue #154

Closed alikamal1 closed 2 years ago

alikamal1 commented 2 years ago

Android 10 requires hybrid composition webview in order to work correctly, this is critical for 3D Secure webpages which requires OTP, without hybrid composition some Android devices will have issue with displaying keyboard to enter OTP code in bank webpage.

this PR #153 solve the issue by upgrading webview_flutter to version 3.0.0 with support hybrid composition (SurfaceAndroidWebView)

ezet commented 2 years ago

Fixed on master :)