google chrome - Android Webview Performance differences -
I am writing a webview app in Android 4.4.3 latest Android version. But my biggest problem is the performance difference between the Chrome browser and my webview app. The difference is huge.
I found the same webview app in the same display as Chrome browser How do I get it?
Try this code it will help you increase speed increase - Try adding it to manifest under the desired activity - Chrome does not use webview. - Does that mean that WebView is using Chrome for Android? No, Chrome is separate from the webview for Android This is probably the only reason for the difference in performance
webview.getSettings (). SetRenderPriority (RenderPriority.HIGH); . Webview.getSettings () setCacheMode (WebSettings.LOAD_NO_CACHE);
android: hardwareAccelerated = "true" Edit
Comments
Post a Comment