防止 iframe 打开新窗口

Posted

技术标签:

【中文标题】防止 iframe 打开新窗口【英文标题】:Prevent iframe opening new window 【发布时间】:2012-10-04 11:00:00 【问题描述】:

在我的 Sencha-Touch-2 和 Phonegap 应用程序中,我想使用 iFrame 来显示 html 内容,但是 我有问题。

如果 src URL 是相对的,则 iFrame 在新窗口中打开。

Ext.define('test.view.HTMLPanel', 
    extend: 'Ext.Panel',
    xtype: 'mainhtmlpanel',

config: 
    id: 'mainHTMLPanel',
    scrollable: 'vertical',
    html: '<iframe name="myIframe"  src="file:///mnt/sdcard/MyApp/MyFolder/MyFolder2/32674059.html"></iframe>'

); 

如何防止 iFrame 在新窗口中打开32674059.html

谢谢

【问题讨论】:

【参考方案1】:

从 PhoneGap for iPhone: problem loading external URL

在 Phonegap 1.7 中,在 Cordova.plist 中有一个 Key:OpenAllWhitelistURLsInWebView。将此设置为 YES。

【讨论】:

以上是关于防止 iframe 打开新窗口的主要内容,如果未能解决你的问题,请参考以下文章

适用于 IOS 的 Chrome 无法在 iframe 中正确打开新窗口

来自在新窗口中打开的 iframe 的 postMessage

`base` 标记使 iframe 在 Internet Explorer 中作为新窗口打开

在新窗口/标签中打开 Google Docs iframe 链接在 Internet Explorer 中不起作用

如何在新标签页或窗口中打开 iframe 链接

JS打开新窗口防止被浏览器阻止的方法