I am struggling to apply a workaround I found regarding UIWebView accepting tap-events. Source:
http://mithin.in/2009/08/26/detecting-taps-and-events-on-uiwebview-the-right-way/
. The author reminds the reader that he has to implement a '-userDidTapWebView' method, which is declared in a protocol. I don't know where and how to implement this method in order to obtain the desired result. So, I am kindly asking you for help. Thanks in advance for the patience of looking into this!