我为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_&ctype=l&strail=false&bcs=d&nselm=h&met_y=se_prm_enrl&scale_y=lin&ind_y=false&rdim=region&idim=country:AFG&ifdim=region&hl=en_US&dl=en_US&ind=false"></iframe></p>
</div>
</div>
&#13;
谢谢:)
答案 0 :(得分:1)
如果您使用的是cordova 5.0或更高版本,请添加白名单插件。
ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git