Archive for November, 2011
Phonegap error: ERROR whitelist rejection
So I got this error when trying to run my PhoneGap app:
ERROR whitelist rejection
This was due to me including jQuery Mobile js and css files. The solution was to add ‘code.jquery.com’ to the “ExternalHosts” field in the file PhoneGap.plist in the Supporting Files directory of your app directory.