delight-im / delight-im/Android-AdvancedWebView
Loading iframe inside webpage
Open
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 578
- PR merge metrics
- No merged PRs in 30d
Description
My AdvancedWebview will load html page, in which an iframe will be loaded.
Expected Result:
Inside my html file iframe must be visible.
Actual Result.
Instead of loading inside iframe, iframe src url is being loaded in whole webview.
Findings
I think shouldOverrideUrlLoading is doing that thing, whenever it receives new url, it is loading inside Webview directly.
How can i resolve this issue?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.