Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iframe is not working in iOS (ionic framework)

Tags:

ios

iframe

ionic

I developed an app with ionic framework for both iOS and Android. There is no problem in Android. But, iframe is not showing anything in iOS device and simulator although it works very well in Android and browser. Please help me! :)

like image 782
Potato Avatar asked Oct 05 '15 10:10

Potato


1 Answers

Try adding this to your config.xml file inside <platform name="ios"> tags:

<allow-navigation href="*" />

Had the same issue and it worked for me.

like image 171
Ludwig Avatar answered Nov 15 '22 15:11

Ludwig