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 :)
Set webView.userInteractionEnabled = NO;.
webView.userInteractionEnabled = NO;