tags:

views:

811

answers:

1

Hi,

I have a WebView into which I'm loading a local HTML page with some embedded images. I want to allow the user to zoom in on the text and image in a similar fashion as they would with the web browser.

Any ideas how to enable this?

Thanks

+3  A: 

Try to set UIWebView property scalesPageToFit to YES

Vladimir
This worked for me. Thanks!
Adam Preble