-
Notifications
You must be signed in to change notification settings - Fork 28k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 1P plugin platform view selection #108106
Comments
The switch in WebView should be fixed once flutter/engine#34800 makes it to stable. Edit: And by switch, I mean the need to switch to HC. |
For archival purposes, can you just describe what the behavior is at this moment? |
Currently, for Flutter 3.0+:
|
Understood, thank you |
Per #104889 (comment) we should keep (and fix) a Hybrid Composition mode option. |
Do the PlatformView docs at the Flutter website also need to be updated? I see Hybrid Composition being mentioned there, but not TLHC. |
That's #112208 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Currently both
webview_flutter
andgoogle_maps_flutter
have APIs and README documentation about selecting the Android platform view mode, but as of Flutter 3.0 those options don't actually do anything, so the docs are wrong. We should update them:initSurfaceAndroidView
uses Virtual Display as fallback mode #107313, which we should just fix.)The text was updated successfully, but these errors were encountered: