JSONP adapter Phonegap project not working
问题 I am using the sample code (slightly modified) to implement a JSONP adapter found here: http://coenraets.org/blog/2013/04/building-pluggable-and-mock-data-adapters-for-web-and-phonegap-applications/ My modified in-memory adapter works, but when I try to change from using the mock data, to a JSONP data object from a remote server, it doesn't work. Below is my memory adapter: var JSONPAdapter = function() { this.initialize = function(data) { var deferred = $.Deferred(); url = data; deferred