As the title suggests, I cannot browse Facebook on the webview.
I'm doing it in the following way, but it doesn't work.
It works well on other pages, but can't Facebook do webview?
The verification device is ipod, ipad.
If you know anything about it, please let me know.
URLs that can be displayed
<iframe src="//f-tpl.com/sample/tpl_081/" frameborder="0" scrolling="yes" width="100%" height="100%">/iframe>
<hr of >
Unavailable URL (Facebook)
<iframe src="https://www.facebook.com/" frameborder="0" scrolling="yes" width="100%" height="100%"></iframe>
In conclusion, https://www.facebook.com/ cannot be displayed in iframe because Facebook does not allow it to be displayed in iframe
.If you clear the browser developer tool Console and click RRuncode snippet in the question, you will see the following error:
Refused to display 'https://www.facebook.com/' in a frame cause it set 'X-Frame-Options' to 'DENY'.
This means that the X-Frame-Options
in the response header is set to DENY
, and the page cannot be displayed in iframe.
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
912 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.