Skip to content

Commit

Permalink
bien escrito
Browse files Browse the repository at this point in the history
  • Loading branch information
coquepas committed Sep 13, 2024
1 parent 4439324 commit 1f7015e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ public void onClick(DialogInterface dialog,int id) {
//dealing with the bouncing effect
mWebView.setOverScrollMode(2);
//hide the f** scrollbar
mwebView.setScrollBarStyle(0);
mWebView.setScrollBarStyle(0);
//mWebView.setVerticalScrollBarEnabled(false)
//resto de cosas predefinidas
mWebView.getSettings().setJavaScriptEnabled(true);
mWebView.getSettings().setDomStorageEnabled(true);
Expand Down

0 comments on commit 1f7015e

Please sign in to comment.