Zooming and Panning in an Android WebView programmatically

azgaroth

New Member
I have a project in which I need to control the panning and zooming inside an Android WebView.I know I can set the zoom level of the view, but that is not enough.My application needs to be able to focus the view on a particular Element of the WebView. I am not very experienced in JavaScript, so I have no idea whether this functionality can be achieved in that fashion, but it is certainly an option. otherwise it would be easier if it could be realised within the Java Class controlling the View.I hope my question was clear enough. If you guys need me to elaborate please do not hesitate to ask.Greets,Wottah
 
Top