Answer the question
In order to leave comments, you need to log in
How to remove scroll in webview??
How to remove scroll (top) as in the picture using this library
Answer the question
In order to leave comments, you need to log in
perhaps reworking the plugin itself that you are using can help you.
but I doubt that you really want to rewrite someone else's plugin.
mWebViewUA = webSettings.getUserAgentString();
webSettings.setSupportZoom(true);
webSettings.setBuiltInZoomControls(true);
webSettings.setDisplayZoomControls(false);
webSettings.setLoadWithOverviewMode(true);
webSettings.setUseWideViewPort(true);
webSettings.setJavaScriptEnabled(true);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question