You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: