I have a UIWebView that has userInteractionEnabled=YES. It intercepts all touches and won’t pass any touch to the parent view. Is there any easy way to make it pass touches to parent view?
I have a UIWebView that has userInteractionEnabled=YES . It intercepts all touches and won’t
Share
i found this article, which says:
it continues to describe how this is done with sample code. see http://wyldco.com/blog/2010/11/how-to-capture-touches-over-a-uiwebview/ for more details.