Hello guys,
i'm developing an app that saves html files locally on iPhone file system, then load them in UIWebView.. i want to be able to zoom or double tap programmatically on the UIWebView, i tried searching for javascript code, but i could only scroll
also tried the webview transform, but didn't work out for me.
so, i found this method sendAction:to:from:forEvent:
in the UIApplication class, that can send actions to controls.
does anybody know, how to send the double tap action programmatically to a UIWebView on a certain x,y ??
appreciate your help!