Search code examples
phonegap-buildphonegap

PhoneGap Build - Iframe Blocked


I'm building an app in PhoneGap but it is blocking the Iframe, any help would be most appreciated!


Solution

  • Include in your xml config file :

    <plugin name="cordova-plugin-whitelist" />
    

    And access all origins.