【问题标题】:detect gesture on youtube embeded video iphone webview在 youtube 嵌入式视频 iphone webview 上检测手势 【发布时间】:2012-12-16 16:30:08 【问题描述】: 这是我在这里的第一篇文章,我有一个在UIWebView 中嵌入了 Youtube 视频的应用程序 我想检测webview 上的用户手势,以便提示加载图像。 有人知道这样做的好方法吗? 【问题讨论】: 标签: iphone uiwebview youtube 【解决方案1】: 无需使用任何手势。您只需要使用 UIWebView 委托方法即可。 检查一下 http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebViewDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intf/UIWebViewDelegate 【讨论】: