Hi,
How to send touch events from uiview to uiwebview without using undocumented methods ?
My problem is to hide/show the tabbar and navigation bar when the user touches the uiwebview. this actually needs customization of uiwebview which is not adviced. I am planning to put a transparent view on top of the uiwebview and then recieve the touch events from there, use them and then send it to uiwebview. For this i want to know how to send the touch events to webview from view.