Skip to content

Commit

Permalink
enabling zoom in the webview but not displaying the zoom controls, al…
Browse files Browse the repository at this point in the history
…lowing multitouch
  • Loading branch information
malmstein committed Jun 28, 2015
1 parent 0f94d30 commit df2ab24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ private void setupWebView() {

WebSettings webSettings = webView.getSettings();
webSettings.setBuiltInZoomControls(true);
webSettings.setDisplayZoomControls(false);
webSettings.setSupportZoom(true);
webSettings.setJavaScriptEnabled(true);
webSettings.setLoadWithOverviewMode(true);
Expand Down

0 comments on commit df2ab24

Please sign in to comment.