0

我为 iOS 和 Android 开发了一个带有离子框架的应用程序。在 iOS 中没有问题。但是,iframe 在 Android 设备中没有显示任何内容,尽管它在 iOS 和浏览器中运行良好。
这是我使用的示例 iframe。

<div class="card">
    	<div class="item item-divider">
        Number of students in primary education
      	</div>
     	<div class="item item-text-wrap">
			<p><iframe width="100%" height="325" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" src="http://www.google.com/publicdata/embed?ds=d5bncppjof8f9_&amp;ctype=l&amp;strail=false&amp;bcs=d&amp;nselm=h&amp;met_y=se_prm_enrl&amp;scale_y=lin&amp;ind_y=false&amp;rdim=region&amp;idim=country:AFG&amp;ifdim=region&amp;hl=en_US&amp;dl=en_US&amp;ind=false"></iframe></p>   
        </div>
     </div>

谢谢 :)

4

1 回答 1

1

如果您使用的是 cordova 5.0 或更高版本,请添加白名单插件。

ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
于 2016-01-04T09:27:40.603 回答