0

我刚开始使用phonegap(2.2.0)。在我的 index.html 中,我有一个 iframe 来加载外部 facebook 页面,它只是一个虚拟页面,大多数情况下它加载得很好。但是当它失败时,加载(不明白为什么)整个应用程序都会崩溃。iframe 是在页面的所有其他项目加载完成后加载的,当它超时时,应用程序崩溃。我首先尝试了 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"})   

内嵌框架

<div id="facebookFrame" style="text-align: center; width: 99%;">
<iframe id="facebookIframe" style="border: none; width: 90%;" ></iframe>
</div>

作为记录,我使用的是android,我得到的错误消息是:

“与服务器的连接不成功。” 和超时错误!

谢谢

4

0 回答 0