i have a web view and i want to increase size of text in it when i press button ...
+1
A:
Try this:
[webView stringByEvaluatingJavaScriptFromString:@"document.body.style.zoom = '1.5';"]
This will zoom in all contents of the UIWebView by a factor 1.5.
Douwe Maan
2010-08-31 22:44:03
thanks its working
lak in iphone
2010-09-02 18:26:54