http://son-son.sakura.ne.jp/programming/iphone_sdk_hach_uiwebview_how.html この方向でいろいろやってみたけど、やはりズームの挙動があやしくなってしまって、結局うまく動かなかった。 そこで、method swizzling でやってみたらうまくいったので、紹介しておきます。 http://github.com/psychs/iphone-samples/tree/master/WebViewTappingHack @implementation UIView (__TapHook) - (void)__touchesEnded:(NSSet*)touches withEvent:(UIEvent*)event { [self __touchesEnded:touches withEvent:event]; id web