I have a WebView and 2 urls to open it it. What I want to do is, when i set a zoom level for 1st url, and then i go to 2nd url, it should also have the same zoom level. Righ
Zooming of WebView can be controlled programatically by zoomIn() and zoomOut() methods
zoomIn()
zoomOut()