Iframe not loading in webview android

前端 未结 5 416
终归单人心
终归单人心 2021-01-01 00:34

I have a webview. Everything is working fine but when I am opening a page which has iframe, the iframe is not getting visible. Are there any specific settings required?

5条回答
  •  离开以前
    2021-01-01 00:50

    If you modify webview configurations and use loadData function to load iframe, some iframes will not work in webview. So for the solution I have implemented AdvancedWebView library.

    https://github.com/delight-im/Android-AdvancedWebView

    Use loadHtml(URL) method with this webview and you can pass URL in parameter and you will be able to view iframe in webview.

提交回复
热议问题