私はobjective-c(iPhone)アプリから実行する必要のあるJavaScriptコードをいくつか持っています。
The javascript code needs some of the values from the iPhone app. What I mean is, there is a spot in the iPhone app (a textbox
) for a user to type their name. Then the javascript code that runs will be: alert(name)
where the name
variable is really textbox.text
外部Webサーバーに頼ることなく、objective-cからどうすればいいですか?
ありがとうございました!