hellohuanlin
hellohuanlin
Verified both google map and web view plugin example apps still work as expected.
> I don't know if change would impact it, but can you confirm the totally-not-running-anywhere iPad gesture tests still pass? https://github.com/flutter/engine/blob/4e6405e2a89fa8fda2c0e7017ddcd8b39d7b3052/testing/scenario_app/ios/Scenarios/ScenariosUITests/iPadGestureTests.m I got all of them failed with main branch...
I was able to run on device and got the same failure as simulator. Filed https://github.com/flutter/flutter/issues/157454
I think we can close that issue too, and ask people to update the version.
That issue was closed in error (there were no fix before). Please link it as a fix to that issue. We can re-open if encounter it again.
I don't recall any remaining items. Let's close this one.
We use 2 gesture recognizers ("forwarding" and "delaying" recognizers) to relay the touch to flutter, which could explain some delay of responding to touches. However, it's the same logic for...
from triage meeting: @LouiseHsu is it still under your radar
> Any solution for this? I am working on it. I am not able to repro it on Xcode beta 1, which means Apple is likely still hashing things out...
> (Based on feedback, I can create a detailed design document outlining the implementation in greater depth.) Design docs are always welcome!