SyntaxFix
Write A Post
Hire A Developer
Questions
I don't know if you still need it or not, but here is the solution:
appView = (WebView) findViewById(R.id.appView); appView.setVerticalScrollBarEnabled(false); appView.setHorizontalScrollBarEnabled(false);