i developed app ionic framework both ios , android. there no problem in ios. but, iframe not showing in android device although works in ios , browser.
here sample iframe used.
<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>
thank :)
if using cordova 5.0 or above add white-list plugin.
ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
Comments
Post a Comment