pinch zooming for a UIWebView for ios 3.0 and newer
问题 I've been reading about how to support the zooming for a webview, and i've found a lot of resources. And now i'm really lost. What i've read: all you need is to enable the 'scales page to fit' add the uiwebview inside a uiscrollview (while setting the minimum/maximum zoom scale and implementing - (UIView *)viewForZoomingInScrollView:(UIScrollView *)scrollView) then you might need to handle the touchdown events... manually then you might have to recognize them... manually... or using a gesture