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?
You MUST set scalesPageToFit=YES for any pinching and zooming to work on a UIWebView