Android Question Disable WebView zoom icons?

Pencil3

Member
Licensed User
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
In the Designer:

upload_2017-9-28_20-59-8.png


In the code:
WebView.ZoomEnabled = False
 
Upvote 0
Top