如何在Ionic 2中使用iFrame加载URL

时间:2019-01-02 03:30:38

标签: cordova iframe ionic2 tabview

我想在Ionic项目中使用Iframe加载URL。请看下面的示例。 https://stackblitz.com/edit/ionic-tab-samples

我已经在home.ts文件中编写了代码。

如何在URL中嵌入URL。

谢谢。

1 个答案:

答案 0 :(得分:0)

您正在尝试显示github.com,它显示以下错误:

Refused to display 'https://github.com/' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'".

由于GitHub的内容安全政策不允许显示其视图,因此显示此错误

如果您尝试使用其他https://www.openstreetmap.org/export/embed.html之类的代码,则您的代码将运行良好。根据要显示的站点,应使用In App Browser离子本机插件。