I\'m new to mobile development. I\'m using Phonegap/Cordova to create a cross-platform app. My code works well on Android but when I\'m porting it to iPhone it\'s showing an
You can add this following code in Cordova.plist file:
ExternalHosts *.facebook.com
With *.facebook.com as the domain name, you can use two different sub-domains.
*.facebook.com