Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:browsers (Score 1) 347

Yes, but not effectively. You can only interact with the WebKit JavaScript system by passing strings into your hidden UIWebView component. And the JS could only "call out" to the host environment by requesting custom URLs that the host environment could recognize (e.g. custom://show-alert/?message=foo+bar). As a consequence, if you want to do anything requiring back and forth between the two environments, you have to do it asynchronously. It's a real pain.

Slashdot Top Deals

The trouble with doing something right the first time is that nobody appreciates how difficult it was.

Working...