Skip to content
Martin Henry edited this page Oct 8, 2013 · 2 revisions

Loading external files in phonegap

I was getting this error MeetMe[10899:4103] ERROR whitelist rejection: url='http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js'

There is a fix for this. Just add the link to AppName/config.xml and declare with the element

Documentation can be found here http://docs.phonegap.com/en/3.0.0/guide_appdev_whitelist_index.md.html#Domain%20Whitelist%20Guide

Clone this wiki locally