in AndroidStudio in WebView, I hide the (+) (-) Zoom Controls UI buttons with :
How to hide it in B4A ?
WebView setDisplayZoomControls(false):
// in AndroidStudio onCreate() :
private WebView webView;
// ..
// hide +- buttons
webView.getSettings().setDisplayZoomControls(false);
How to hide it in B4A ?
Last edited: