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)
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)