Please create an account to participate in the Slashdot moderation system

 



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

No one gets sick on Wednesdays.

Working...