Communication between iOS's native app and webpage's javascript

后端 未结 6 1874
深忆病人
深忆病人 2021-02-01 11:10

I have a webpage loaded in a UIWebView, and a javascript function of the page needs to data from native iOs app, a NSString. How can a Js function access the data in native app

6条回答
  •  萌比男神i
    2021-02-01 11:18

    Sample code for this is available here,you can check it....very usefull

    http://ramkulkarni.com/blog/framework-for-interacting-with-embedded-webview-in-ios-application/

提交回复
热议问题