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
Just loading a static page, but the GPU usage is still around 10%, and it feels like the components are constantly refreshing internally.
The text was updated successfully, but these errors were encountered:
Some of our important clients keep giving feedback on this, please take a look.
Sorry, something went wrong.
Have you tried passing --disable-gpu-vsync to WebviewController.initializeEnvironment?
--disable-gpu-vsync
WebviewController.initializeEnvironment
example: WebviewController.initializeEnvironment(additionalArguments: '--disable-gpu-vsync')
WebviewController.initializeEnvironment(additionalArguments: '--disable-gpu-vsync'
Have you tried passing --disable-gpu-vsync to WebviewController.initializeEnvironment? example: WebviewController.initializeEnvironment(additionalArguments: '--disable-gpu-vsync')
I'm having the same problem and I tried @jnschulze suggestion but it did not work for me. GPU usage remains unexpectedly high
No branches or pull requests
Just loading a static page, but the GPU usage is still around 10%, and it feels like the components are constantly refreshing internally.
The text was updated successfully, but these errors were encountered: