didSelectRowAtIndexPath is not called on uiWebView

Go To StackoverFlow.com

1

I have put a web view inside a uitableviewcell

Problem :

didSelectRowAtIndexPath is not called while tap or touch on uiwebview

Any idea how to overcome this problem ?

Thanks :)

2012-04-04 07:34
by Hardik Kothari


4

Set webView.userInteractionEnabled = NO;.

2012-04-04 07:36
by kuba
Thank you it worked for me : - Hardik Kothari 2012-04-04 07:59
Ads