Hi all, this is my first post and i have looked all over for a week or so now so i'm not sure if there is an answer out there or not.
I have an iPhone application (my first one) that has a view that includes a UIWebView.
The view responds to the shake gesture and then loads a modal view controller that includes navigation buttons for the webView that depend on whether the webView can go back/forward etc.
The problem is that the shake gesture works fine most of the time but, depending on what is displayed in the webView, the shake sometimes fails to register, whenever it fails i just have to locate and tap on a blank area of the UIWebView or click on the top navigation bar and shake again and this will usually register.
What can be causing this? Is it something to do with UIWebView?