We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Opening and closing a webview in a new window using the navigator was much slower than before.
Pages created with widgets usually don't slow down, but only pages using webviews are exceptionally slow.
This was not the case with the previous flutter SDK 3.24.5 (downgrade test).
I'd love to hear about other people's experiences and tests. Thanks a lot.
You want normal behavior.
step1 : navigator.push(webview0); step2 : navigator.push(webview1); in webview0
...
v3.27.0, v3.27.1
Android 34+, Android 31, Android 29,
v6.1.5
No response
The text was updated successfully, but these errors were encountered:
same problem
Sorry, something went wrong.
@ttb-inc Set useHybridComposition:false can solve this problem, but I don't know if it will cause new problems.
useHybridComposition:false
I'll test it right now. Thank you.
With "useHtbridComposition:false", there seems to be some flickering on page transitions. I'll have to test this a bit more. Thanks a lot.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Opening and closing a webview in a new window using the navigator was much slower than before.
Pages created with widgets usually don't slow down, but only pages using webviews are exceptionally slow.
This was not the case with the previous flutter SDK 3.24.5 (downgrade test).
I'd love to hear about other people's experiences and tests.
Thanks a lot.
Expected Behavior
You want normal behavior.
Steps with code example to reproduce
Steps with code example to reproduce
Stacktrace/Logs
...
Flutter version
v3.27.0, v3.27.1
Operating System, Device-specific and/or Tool
Android 34+, Android 31, Android 29,
Plugin version
v6.1.5
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: