Zoom a webview in android programmatically

xXMaxxyXx

New Member
I have a canvas 1000x800 inside an Android webview. When the user launches an event I'd like to center the webview into the point 300x300 and showing an zoom to show an area of 300x300 approximately. If the zoom was animated would be perfect (like when double tapping the webview in that point) how can I do it (with javascript or with the webview calls?
 
Top