I have looked at the various options and I can't get rid of the webview magnifying glass:
I am using the following code:
B4X:
Dim MyWebSettings As WebSettings = MyWebViewExtras.GetSettings
MyWebSettings.SetSupportZoom(True)
MyWebSettings.SetBuiltInZoomControls(True)
MyWebSettings.SetDisplayZoomControls(False)