iphone Programming Glossary: forwebframe
How can my iPhone Objective-C code get notified of Javascript errors in a UIWebView? http://stackoverflow.com/questions/193119/how-can-my-iphone-objective-c-code-get-notified-of-javascript-errors-in-a-uiwebv WebView webView didParseSource NSString source baseLineNumber unsigned lineNumber fromURL NSURL url sourceId int sid forWebFrame WebFrame webFrame NSLog @ NSDD called didParseSource sid d url @ sid url some source failed to parse void webView WebView.. failedToParseSource NSString source baseLineNumber unsigned lineNumber fromURL NSURL url withError NSError error forWebFrame WebFrame webFrame NSLog @ NSDD called failedToParseSource url @ line d error @ nsource @ url lineNumber error source void.. error source void webView WebView webView exceptionWasRaised WebScriptCallFrame frame sourceId int sid line int lineno forWebFrame WebFrame webFrame NSLog @ NSDD exception sid d line d function @ caller @ exception @ sid lineno frame functionName frame..
|