Skip to content
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

Poor performance #31

Open
martinswacke opened this issue Mar 30, 2015 · 3 comments
Open

Poor performance #31

martinswacke opened this issue Mar 30, 2015 · 3 comments

Comments

@martinswacke
Copy link

Hello, I experience serous performance issue running chromium_webview on HTC One M7 Android version 5.02. The native WebView performs (scrolling, navigating) much faster than chromium_webview.

I played with android:hardwareAccelerated value. I turn it to true/false but it seems that it does not have any effect. Can you please advise how to improve scrolling/navigating performance of chromium_webview? Thanks in advance!

P.S. I am talking about branch master. I also tried dev_2062 but it crashes on my phone on this line:
setNewAwContents(nativeInit(mBrowserContext));
AwContents.java (line 605)

@mogoweb
Copy link
Owner

mogoweb commented Mar 31, 2015

Sorry, the architecture of Android 5.0 has changed fantastically so I turn off hardware accelerated for Android 5.0。The dev_2062 branch is under development.

@martinswacke
Copy link
Author

Hello, thank you for your response. Can you please advise how to turn hardware acceleration on? I understand that chromium_webview is a voluntary project but can you tell any estimate when dev_2062 will be operational?

@mogoweb
Copy link
Owner

mogoweb commented Apr 7, 2015

@martinswacke You'd better use system WebView on Android 5.0.
dev_2062 is more difficult than I estimate, I cannot figure out when it can be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants