UIWebView: intercept both taps and link pressure.
Hi all. I have a uiwebview into a table cell and I want to fetch the tap gesture over it and also the pressure of a link to open it in safari. Is it possible?! Or I have to strictly choose whether to fetch the taps to open links or to launch "didSelectRowAtIndexPath"?
Thanks in advance.
A.
Last edited by nimloth; 12-12-2011 at 07:01 AM.
|