0
Why my< ifram >does not run ?
<iframe name="w3_schools" SRC="http://www.w3schools.com"></iframe>
4 Respuestas
+ 4
Apart from that origin thing. On android, chrome/android webview actively blocks cleartext traffic. Make sure the site support https and it allows loading in an iframe.
I got clear text not permited error on my end.
+ 1
That is because w3schools does not allow other origins to use their site in iframes.
They do it to make sure that their site and data is not being embedded to other websites.
More here : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
0
Thanks Mr x
Is there another reason for iframe problem?
0
Ok thanks