【发布时间】:2014-12-05 16:56:21
【问题描述】:
我有以下代码,但它在 ipad 上不起作用
$('#video_container').html('<iframe width="560" height="335" src="'+URL+'" frameborder="0" allowfullscreen>');
但它有效
$('#video_container').html('<p>Hello world!!</p>');
上述代码适用于所有浏览器,但适用于所有桌面。
谁能给我任何提示/建议。在此先感谢。
【问题讨论】:
-
请谁能告诉我原因。谢谢。
-
我测试了它,它工作得很好。您确定要嵌入的链接具有有效的“X-Frame-Options”属性吗?