Im trying to simulate a touch on as UIWebView, how can I programmatically fire a touch event at a certain location? (x and y coordinates) Just call touchesBegan?
Ideally I'd like to do it without any javascript hack because in the future it may not be a uiwebview
See Question&Answers more detail:os