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 -

  webview.getSettings (). SetRenderPriority (RenderPriority.HIGH); . Webview.getSettings () setCacheMode (WebSettings.LOAD_NO_CACHE);   

Try adding it to manifest under the desired activity -

  android: hardwareAccelerated = "true"   Edit   

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

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -