purplecabbage / phonegap-plugins

Plugins for use with PhoneGap.
972 stars 3.82k forks source link

ChildBrowser and PhoneGap 1.3.0 #54

Closed brianpbrown closed 12 years ago

brianpbrown commented 12 years ago

I have recently upgraded phonegap to the latest build, 1.3.0. With this upgrade ChildBrowser has stopped functioning. Is there a solution for 1.3.0?

purplecabbage commented 12 years ago

You need to include any urls you intend to open in the allowedDomains in the whitelist.

brianpbrown commented 12 years ago

Where would you do this in Xcode? Thank you for the help. Much appreciated.