I have zoom my webview using the following code on the button click event
[webView_ stringByEvaluatingJavaScriptFromString:@”document.body.style.zoom = 5.0;”];
really the webview zoom when i am click that button after few second again webview comes normal state.
Pls help me how to maintain that zoom without resize…
Thanks in advance,
Suresh.M.
Just add this to your html document head
Also, do
as iPhoneiPadDev stated, if you want the webview to also allow zooming to different zoom level
cheers