Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



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

"Here's something to think about: How come you never see a headline like `Psychic Wins Lottery.'" -- Comedian Jay Leno

Working...