Hi, I'm working on an ebook reader and I'm using an UIWebView to display the different pages in html format. I have a toolbar a the bottom that has buttons to go to the next and previous pages and a navigation bar at the top that displays the title. The problem I have is that I want to be able to hide/show those bars when I tap on the screen, but I don't know how to detect taps on the webview. I tried the method described at the end of
this page but it's not working. Can anyone help please?