UIWebView's shouldStartLoadWithRequest is fired by javascript with
window.location = updateappdata://type/viewName/;
and it works perfectly in ios 5.0, 5.1, 6.0
However in ios 4.3 only some of updateappdata:// callbacks are called, not all shouldStartLoadWithRequest is called. Any ideas what is wrong?