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?
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.