Recently i was put in charge of updating the cordova framework (from 1.8 to 6.1) of a monolithic app, for both android and ios, the app is huge, but i just needed to update the cordova framework, after the complete update (including plugins) in the ios version of the app i found this error.
"The frame requesting access has a protocol of 'http', the frame being accessed has a protocol of 'file'. Protocols must match."
on the android version there is no problem at all and everything is loaded fine
the config file already has the access origin="", allow-intent href="", and allow-navigation href="*". If someone here could point me the path to find whats happening, it will be great.