How can I enable zoom in on UIWebView which inside the UIScrollView?
Posted
by calendarw
on Stack Overflow
See other posts from Stack Overflow
or by calendarw
Published on 2010-02-08T05:02:18Z
Indexed on
2010/04/09
22:23 UTC
Read the original article
Hit count: 706
Hi,
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?
Thanks.
© Stack Overflow or respective owner