how to use windowScriptObject on the iPhone?

孤街浪徒 提交于 2019-11-29 13:03:19

Like rpetrich said, this is Non-Public API so the windowScriptObject route might not be the best.

I did find this link though, which helped me a lot: https://discussions.apple.com/message/7731057?messageID=7731057

Basically, if you can keep your interactions between HTML and Objective-C entirely based on the user clicking links ( a href="" ) then all of this can be easily communicated between the two.

While it would be nice, I agree, to exchange variables and call methods at will, this already gives you a lot to work with. Hope that's useful!

This functionality is not exposed via a public API.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!