如何检测浏览器是否支持iframe?
有没有办法检测浏览器是否支持iframe?
Is there any way to detect if browser supports iframe?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法检测浏览器是否支持iframe?
Is there any way to detect if browser supports iframe?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
也许这会起作用?
HTML:
Maybe this would work?
HTML:
你可以随时测试一下...
You can always test it...
所有主要桌面浏览器都支持 iFrame。
如果你的意思是在移动环境中,我设法在谷歌上找到这个: http://johannburkard.de/blog/www/mobile/iframe-support-on-mobile-devices.html
一些较旧的设备不支持 iframe。
All major desktop browsers support iFrames.
If you mean in a mobile context, I managed to find this on google : http://johannburkard.de/blog/www/mobile/iframe-support-on-mobile-devices.html
Some older devices don't support iframes.
创建一个虚拟 iframe 并在 JavaScript 中测试其属性。
Create a dummy iframe and test its properties in javascript.