hellohuanlin
hellohuanlin
We can probably remove the "large" version (I don't see how the size of the platform view matters) - platform_view_large_cliprrect - platform_view_large_cliprrect_multiple_clips - platform_view_large_cliprrect_with_transform - platform_view_large_cliprrect_with_transform_multiple_clips
AFAIK there isn't an API to explicitly set the keyboard frames on iOS. Though the workaround [described here ](https://github.com/flutter/flutter/issues/85055#issuecomment-1325588374) (a separate but maybe related issue) may worth investigation.
I will do some initial research and see if it is a good candidate for a project next year.
@MilosKarakas Yes, we have decided to work on this next year.
@CavalcanteLeo Hello, @Matt2D is now working on this
@cbracken The screenshot approach doesn't work on iOS 17 anymore since the keyboard is running out of process. We have to find another approach for iOS 17. Let's keep this...
@LouiseHsu for follow up action
Failure: ``` Test Case '-[iPadGestureTests testPointerHover]' started. t = 0.00s Start Test at 2024-10-23 10:47:47.672 t = 0.07s Set Up t = 0.07s Open dev.flutter.Scenarios t = 0.15s Launch dev.flutter.Scenarios...
@felix-barz-brickmakers does the workaround work for you?