You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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?
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)
The text was updated successfully, but these errors were encountered: