Ios – How to enable zoom in on UIWebView which inside the UIScrollView

cocoa-touchiosobjective cuiwebviewzooming

I have a UIWebView which inside a UIScrollView (scrollview contain another component)

I tried to enable multitouch both on Interface Builder or Programmatic on UIWebView but it still cannot zoom for html, do I need to handle both zoom in at the UIScrollView and UIWebView? Or anything I haven't to set?

Best Answer

You MUST set scalesPageToFit=YES for any pinching and zooming to work on a UIWebView