How to pass a ObjectiveC string Variable to a javascript function? I have just started with javascript.. so plz 4give my ignorance...
2
-
Some more information would be useful. Maybe a code snippet?Aatch– Aatch2010-09-04 12:04:42 +00:00Commented Sep 4, 2010 at 12:04
-
Suppose the JS function is myFunc(var arg1) I Have NSString * str = some value. Now, [webView stringByEvaluatingJavaScriptFromString:.......] Here how to pass the str as a argument to the Js function myFunc()djk– djk2010-09-04 12:32:47 +00:00Commented Sep 4, 2010 at 12:32
Add a comment
|