-
21 Oct 2011 12:56 PM #1
ContactProxy callback error with phonegap on read()
ContactProxy callback error with phonegap on read()
Callback triggers an error after read :
The error :Code:// Announce successoperation.setSuccessful(); operation.setCompleted(); // Finish with callback if (typeof callback == 'function') { callback.call(scope || self, operation); //@BROKEN }
Code:Error in success callback: com.phonegap.contacts0 = TypeError: 'undefined' is not an object
-
21 Oct 2011 1:17 PM #2
Had badly configured my store (in getGroupString).
Close
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote