Skip to content

Instantly share code, notes, and snippets.

@rainyear
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rainyear/21acad5cf33c44b30f1e to your computer and use it in GitHub Desktop.
Save rainyear/21acad5cf33c44b30f1e to your computer and use it in GitHub Desktop.
WebView webView = new WebView(this);
webView.getSettings().setJavaScriptEnabled(true);
//this.setScrollBarStyle(SCROLLBARS_OUTSIDE_OVERLAY);
webView.loadUrl("http://www.google.com");
//webView.loadUrl("file:///android_asset/XX.html");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment