UIWebView触摸事件未被触发

时间:2012-06-29 06:09:28

标签: iphone ipad uiwebview detection uitouch

我是iPhone开发人员的新手,

我想在我的网页浏览中检测触摸,所以我尝试了这个,但这种方法没有被解雇,

<{1>}文件中的

.h
<{1>}文件中的

@interface EpubReaderViewController : UIViewController

即使我也试过这个,

.m

提前致谢!

1 个答案:

答案 0 :(得分:1)

用户将放大并缩小网站,以及触摸以点击hpyerlinks等。那些害羞的触摸方式将无法响应UIWebView

如果要启用触摸,则可能需要在开发人员文档中禁用子类UIWebview,检查以下线程以进行更多讨论 -

Handling touches inside UIWebview

https://stackoverflow.com/questions/2122745/how-to-detect-touch-event-in-uiwebview

How to intercept touches events on a MKMapView or UIWebView objects?

Handling touches inside UIWebview

您也可以阅读本教程 -

http://mithin.in/2009/08/26/detecting-taps-and-events-on-uiwebview-the-right-way