Is it possible to detect a triple tap on a UIWebView? I've implemented touchesBegan, but it only works if I touch the UIViewController.
Any idea's? Thanks.
EDIT: Sorry, I'm wanting to detect three fingers tapping once on the UIWebView, not one three times.
2nd Edit: I've found a tutorial for what I want to do, but I'm having a little trouble can anyone help me with it?
http://mithin.in/2009/08/26/detecting-taps-and-events-on-uiwebview-the-right-way/
It's first instruction is, create a UIWindow subclass. I don't have that option, I've created a View-based application called test and have tried adding a new file, but the closest option is a UIViewController subclass?
If I could figure that out, I think I could get it done. Thx
3rd Edit: Solved it, thnx.
Any idea's? Thanks.
EDIT: Sorry, I'm wanting to detect three fingers tapping once on the UIWebView, not one three times.
2nd Edit: I've found a tutorial for what I want to do, but I'm having a little trouble can anyone help me with it?
http://mithin.in/2009/08/26/detecting-taps-and-events-on-uiwebview-the-right-way/
It's first instruction is, create a UIWindow subclass. I don't have that option, I've created a View-based application called test and have tried adding a new file, but the closest option is a UIViewController subclass?
If I could figure that out, I think I could get it done. Thx
3rd Edit: Solved it, thnx.