Hacker News new | ask | show | jobs
by st3fan 6049 days ago
Same restrictions apply: the web view has a limited set of functionality and there is no way to communicate between the native cocoa part of the app and the javascript part running in the web view.
1 comments

simply untrue - its easy to communicate between javascript and native cocoa code. Take a look at the UIWebView and UIWebViewDelegate documentations here - http://developer.apple.com/iphone/library/documentation/UIKi... and here http://developer.apple.com/iphone/library/documentation/UIKi...