I have an UI in which I am having a WebView and two buttons on top of it.Say,I want to set zooming controls for these two buttons i.e one for zooming in and the other for zooming out.
How will I do this? I know that WebView and MapView do have automatic zoom controls but I want to set them to the buttons which I have created in my UI.
Any help?
Call
zoomIn()andzoomOut()on theWebViewin your buttons onClick listeners.