-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
[webview_flutter] Add new entrypoint that uses hybrid composition on Android #61133
[webview_flutter] Add new entrypoint that uses hybrid composition on Android #61133
Comments
good news! |
I hope it works |
May I ask when this fix is going to release to the beta or stable channel? I rely on it for solving #41089. Thanks! |
This comment has been minimized.
This comment has been minimized.
@tvolkert this fixes pretty much all keyboard and a11y related issues. |
@chinmaygarde Thanks for the reply. Can you please confirm one thing? Will it work on my own webview integration created by platform view? Because we are using a payement gateway which has native sdks and they want native webview to be passed in native code, so cannot pass flutter_webview there. That's why i'm asking this. Thank you |
When the text box is empty, long press will not display the paste |
@pcsosinski any news on the 1.22 release? The plugin PR is waiting on the branch cut, so it can be merged. |
ETA for 1.22 is 9/28. |
is the only that has to happen to close this is for 1.22 to be stable and the PR be merged? |
that's correct. |
Reopening since the PR was reverted: flutter/plugins#3066 |
Is there any blocker issue? e.g. #66764 |
Is there any progress? |
Re-application in flutter/plugins#3067 |
@bparrishMines Can you update the milestone for this issue? The re-land has not landed. |
@blasten @chinmaygarde Is Sept. 30 not the correct milestone? |
how to use choose file (input type file)? |
|
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 |
This is a feature request to support hybrid composition. The plan is to add a new Dart entrypoint that doesn't change the public API of the webview plugin, but internally uses this new mode.
Once this is done, we will ask folks to try it out, and we will learn from their experiences.
Issues solved by this:
The text was updated successfully, but these errors were encountered: