Search code examples
phonegap-build

Phonegap build - iframe wont show


Even after trying many things in config.xml, Phonegap build and iframe does not display in the latest version of iOS.


Solution

  • Include

    <plugin name="cordova-plugin-whitelist" />
    <access origin="*"/> 
    

    In your config.xml file.