0

I want to hide scrollbar while scrolling in webview. I have tried the following but scrollbar still shows me whenever I scroll the webview.

I have tried the following code.

android:scrollbars="none"

wv.setVerticalScrollBarEnabled(false);
    wv.setHorizontalScrollBarEnabled(false);
Isaac Darlong
  • 1,101
  • 1
  • 7
  • 12

0 Answers0