You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
in AndroidStudio in WebView, I hide the (+) (-) Zoom Controls UI buttons with :
WebView setDisplayZoomControls(false):
// in AndroidStudio onCreate() :
private WebView webView;
// ..
// hide +- buttons
webView.getSettings().setDisplayZoomControls(false);
How...
- practicalsoft
- موضوع
-
buttons
false
setdisplayzoomcontrols
webview
- پاسخها: 0
- تالار: b4xfeed