Skip to content

Instantly share code, notes, and snippets.

@uupaa
Created December 3, 2013 10:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uupaa/7766853 to your computer and use it in GitHub Desktop.
Save uupaa/7766853 to your computer and use it in GitHub Desktop.
Android WebView Speedup
webview.getSettings().setRenderPriority(RenderPriority.HIGH);
webview.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);
android:hardwareAccelerated="true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment