P Pencil3 Member Licensed User Sep 28, 2017 #1 Is there any way to disable the zoom icons when using a WebView while still enabling zoom control? Or do I need to use a different library, like WebViewExtras?
Is there any way to disable the zoom icons when using a WebView while still enabling zoom control? Or do I need to use a different library, like WebViewExtras?
klaus Expert Licensed User Longtime User Sep 28, 2017 #2 In the Designer: In the code: WebView.ZoomEnabled = False Upvote 0
P Pencil3 Member Licensed User Sep 28, 2017 #3 Yes, but that disables the zoom. I would like to keep the zoom enabled and just disable the zoom icons that show. klaus said: In the Designer: View attachment 60088 In the code: WebView.ZoomEnabled = False Click to expand... Upvote 0
Yes, but that disables the zoom. I would like to keep the zoom enabled and just disable the zoom icons that show. klaus said: In the Designer: View attachment 60088 In the code: WebView.ZoomEnabled = False Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Sep 29, 2017 #4 https://www.b4x.com/android/forum/t...-hide-the-magnifying-glass.25483/#post-148046 Upvote 0