| iframe not loading after upgrade to Cordova iOS 4.1.1 | George Christou | 5/6/16 1:09 AM | We recently updated to Cordova iOS 4.1.1. After the upgrade iframes stopped working for us (just shows a blank screen, it never loads). We suspected it might have been a security issue. I followed the guide here without any luck:https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist/index.html I ended up whitelisting/allowing everything without luck This is what I have in config.xml: This is what I have in index.html: And this is the iframe (loaded dynamically): |
| Re: iframe not loading after upgrade to Cordova iOS 4.1.1 | George Christou | 5/6/16 1:50 AM | Figured it out. Turns out I had to add the navigation filter plugin to config.xml as well: |
| Re: iframe not loading after upgrade to Cordova iOS 4.1.1 | Kerri Shotts | 5/8/16 7:18 PM | You shouldn't have to do that, though. You might want to file an issue with the dev team at issues.cordova.io. |