is it possible to use iframe in UIWebView?

后端 未结 2 909
半阙折子戏
半阙折子戏 2021-02-15 05:47

i want to add a facebook like button in my app. in developer.facebook.com i couldn\'t fine anything about that. is it possible to use iframe created by facebook like button in U

2条回答
  •  一个人的身影
    2021-02-15 06:31

    Yes that is possible you can use the iframe in webview. You need to load the webview with the HTML string. You can also find the related code of HTML for iframe if you search over the net. Moreover you can also use javascript, in webview using the method stringByEvaluatingJavaScript: of UIWebview.

提交回复
热议问题