我有这个网站:www.paidly.co 里面有一个像这样的 iFrame
<iframe class="iphone-content" src="Mobile/main.html"> </iframe>
调用此文档
<!doctype html>
<html>
<head>
<title>Paidly</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css">
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
</head>
<body> ... </body>
</html>
这在 Chrome 和 IE 中运行良好,但在 Firefox 中仅加载正文。对 CDN 的调用显然没有发生。开发人员控制台中也没有显示任何错误。当我重新加载框架或在新选项卡中打开它时,一切正常。任何帮助,将不胜感激。