How I can call a javascript function with MonoTouch and vice versa?

后端 未结 3 1733
孤独总比滥情好
孤独总比滥情好 2020-11-30 06:11

i\'m new using monotouch.

My problem is i want call a javascript function from a monotouch function and javascript function could call a monotouch function too.

3条回答
  •  春和景丽
    2020-11-30 06:49

    I haven't tried it in monotouch, but it should be the same as in ObjC:

    UIWebView.EvaluateJavascript
    

提交回复
热议问题