我刚开始使用phonegap(2.2.0)。在我的index.html中,我有一个iframe来加载一个外部的facebook页面,它只是一个虚拟页面,而且大多数情况下它加载得非常好。但是当它失败时,加载(没有得到它的原因)整个应用程序崩溃。 iframe在加载页面的所有其他内容后加载,当超时时,app崩溃。我firstr尝试了iframe标签上的src以及相同的结果(改为更好的测试)
网址加载:
jQuery("#facebookIframe").attr({"src" : "https://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fcocacola&colorscheme=light&show_faces=true&border_color=%23fff&stream=false&header=false&height=186"})
iframe
<div id="facebookFrame" style="text-align: center; width: 99%;">
<iframe id="facebookIframe" style="border: none; width: 90%;" ></iframe>
</div>
为了记录,我使用的是android,我收到的错误消息是:
“与服务器的连接失败。”和超时错误!
由于