WebView and touchesBegan event not rising !
I can't solve a problem ... And asking this question for second time. I want to describe my problem: I write class MiniBrowser inherit from UIViewController
@interface MiniBrowser : UIViewController <UIWebViewDelegate>{
IBOutlet UIWebView *webView;
}
@property(nonatomic,retain) IBOutlet UIWebView *webView;
@end
How you can see in this class I have a webViwe in witch I want to show some html code.
Now I want to slide with finger to the right or left on the screen and catch that event but I can't !!! I Read this article and test in this way but nothing happen !!! I am trying to catch touchesBegan event but it's never called !!! Who have any suggestion or any example of code please help me !!!
Tha开发者_如何学Gonks for answering this question !!!
Hope this helps
Pass touch events to UIWebview
OK !!! I have done all !!! This Article is perfect !!! If you have same problem and cant solve it write here if I can I will answer your questions !!! But in this Article you can find All only you must read carefully !!! And Read Comments they are very use-full for doing this !!! Have a luck !!!
精彩评论