tags:

views:

12

answers:

2

i have a webview with 2 buttons text plus and text minus.when i click on text plus, text size should be increased.how to implement this?

A: 

This question actually has nothing to do with iPhone or UIWebView per se -- it's a standard Web dev question. The solution is pretty straightforward: use JavaScript to install a click handler for the button that increases the value of the text in your CSS. For more detailed answers, just search for the the same topic here on Stack Overflow, but without the iphone tag.

Shaggy Frog
A: 

Weird. A similar question to this was asked at the same time as this one:

http://stackoverflow.com/questions/3613724/how-to-increase-size-of-text-in-web-view

No one in particular