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
This is because phonegap won't take external urls .For phonegap older versions below 2.x we need to set url in cordova.plist like this.
2.x
cordova.plist
ex:*.google.co.in(u can put your url after *. this) and OpenAllWhitelistURLsInWebView---to ---YES.
*.google.co.in
OpenAllWhitelistURLsInWebView
YES