[IOS4] Catching Events in a UIWebView
hi everybody,
i have an app i developpped with sdk 3.0.
I succedeed into catching double tap in a UIWebView by subclassing the UIWindow on my app and the sendEvent method.
But since i installed the IOS4, this don"t work anymore; it catches the double tap only when i tap three times on my screen with the first and the last tap on the same place and the second one on a different place.
SomeBody ever experienced the same problem ?
|