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);