1

can anyone give me an idea about how to pass parameter from objective c to javascript using NimbleKit??

Thanks Rony

1 Answer 1

1

Still struggle with the NimbleKit? :)

Try using the next code:

// I assume that you have a global JS variable called "parameter"...
[webView stringByEvaluatingJavaScriptFromString:@"parameter=7;"];
Sign up to request clarification or add additional context in comments.

2 Comments

Hello Michael, Thanks very much...yes..still struggle but all technical prob is almost solved...actually i am new in this field...only 2 months on objective c... bye the way thank u very much.. Thanks Rony
So, does stringByEvaluatingJavaScriptFromString work with NimbleKit?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.