Description
Describe the bug
I am using this widget in my project which required combination of unity and flutter. A white screens appears when keyboard is launched, causing the screen to freeze and to make app work normal need to kill the app.This persistent issue has been impacting app users. We tried useAndroidViewSurface to set true and also false. it is not working to solve this issue. As its blocking app flow. Could you please help me to solve this problem .it is happening randomly sometime working sometime won't.
To Reproduce
Steps to reproduce the behavior:
- Go to Manage Password
- Click on Textfield Keyboard would appear
- White screen visible and app got freezed
- need to kill the app to disappear white screen
Expected behavior
Whit screen should not appear. it should work as expected.
Screenshots
I am attaching screenshot and video for reference
video_20240103_135218_edit.1.mp4
Unity (please complete the following information):
- OS: Android
- Version 2021.3.11f1
Smartphone (please complete the following information):
- Device: iqoo
- OS: funtouch
- Version 13
Additional context
-- https://github.com/juicycleff/flutter-unity-view-widget/tree/master/android/src/main/kotlin/com/xraph/plugin/flutter_unity_widget
this is the version of widget, I am using. Your quick support would highly appreciated